:root{--blue: #1e3a8a;--blue-mid: #3b82f6;--blue-light: #eff6ff;--orange: #f97316;--orange-light: #fff7ed;--orange-mid: #fed7aa;--white: #ffffff;--off: #f8f7f4;--dark: #0f1117;--text: #111827;--muted: #6b7280;--border: #e5e7eb;--radius: 16px;--radius-lg: 24px;--radius-xl: 32px;--shadow-soft: 0 8px 32px rgba(0, 0, 0, .08);--shadow-brand: 0 40px 80px rgba(30, 58, 138, .25)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--off);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,.syne{font-family:Syne,sans-serif}.marketing-nav{position:fixed;inset:0 0 auto 0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px clamp(20px,5vw,60px);background:#f8f7f4e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);flex-wrap:wrap}.nav-logo{display:flex;align-items:center;gap:10px}.nav-logo-text{font-family:Syne,sans-serif;font-size:20px;font-weight:800;color:var(--blue)}.nav-links{display:flex;gap:32px;font-size:14px;font-weight:500;color:var(--muted)}.nav-links a{position:relative}.nav-links a.active{color:var(--blue);font-weight:700}.nav-links a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;border-radius:999px;background:var(--blue);transition:.2s}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-burger{display:none;width:44px;height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#ffffffb8;align-items:center;justify-content:center;gap:4px;flex-direction:column;flex-shrink:0}.nav-burger span{width:18px;height:2px;border-radius:999px;background:var(--blue);transition:transform .2s ease,opacity .2s ease}.nav-burger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-burger.is-open span:nth-child(2){opacity:0}.nav-burger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-cta{display:flex;gap:10px;align-items:center}.nav-mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;border:0;padding:0;background:#0f172a38;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-mobile-panel{display:none;width:100%;margin-top:14px;padding:16px;border-radius:20px;border:1px solid rgba(255,255,255,.35);background:linear-gradient(180deg,#f8f7f4c7,#ffffffb3);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 48px #0f172a24,0 1px #ffffff47 inset}.nav-mobile-links{display:flex;flex-direction:column;gap:10px}.nav-mobile-link{font-size:15px;font-weight:600;color:var(--text);padding:10px 4px}.nav-mobile-link.active{color:var(--blue)}.nav-mobile-cta{display:flex;flex-direction:column;gap:10px;margin-top:16px}.nav-mobile-cta .btn{width:100%;justify-content:center}body.nav-mobile-open{overflow:hidden}.marketing-footer{background:var(--dark);color:#fff9;padding:50px clamp(20px,5vw,60px) 30px}.footer-grid{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-brand-logo{font-family:Syne,sans-serif;font-size:22px;font-weight:800;color:#fff;margin-bottom:12px;display:flex;align-items:center;gap:10px}.footer-brand-sub{font-size:14px;line-height:1.6;max-width:260px}.footer-col-title{font-family:Syne,sans-serif;font-size:13px;font-weight:700;color:#fff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:14px}.footer-link{display:block;font-size:14px;margin-bottom:8px}.footer-link:hover{color:#fff}.footer-link-muted{color:#ffffff7a;cursor:default}.footer-bottom{max-width:1200px;margin:0 auto;border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px;flex-wrap:wrap}.footer-socials{display:flex;gap:12px}.footer-social{width:34px;height:34px;border-radius:8px;background:#ffffff14;color:#ffffff9e;display:flex;align-items:center;justify-content:center;transition:.15s}.footer-social svg{width:18px;height:18px;display:block;flex:none}.footer-social:hover{background:#ffffff29;color:#ffffffe6}.footer-social-disabled{opacity:.55;cursor:default}.footer-social-disabled:hover{background:#ffffff14}.section-container{max-width:1200px;margin:0 auto}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.section-title{font-size:clamp(32px,5vw,56px);line-height:1.08;letter-spacing:-1px;margin-bottom:20px}.section-title-medium{font-size:clamp(28px,4vw,44px)}.section-title-light{color:#fff}.section-sub{font-size:clamp(15px,2vw,18px);color:var(--muted);line-height:1.7;max-width:560px}.section-sub-centered,.section-centered{text-align:center;margin-left:auto;margin-right:auto}.section-sub-centered{margin-bottom:32px}@media (max-width: 980px){.marketing-nav{gap:14px;align-items:center}.nav-links,.nav-cta{display:none}.nav-burger{display:inline-flex;margin-left:auto}.nav-mobile-panel.is-open{display:block}}.reveal{opacity:0;transform:translateY(24px);transition:.6s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.page-hero{padding:clamp(110px,15vw,160px) clamp(20px,5vw,60px) clamp(60px,8vw,90px);position:relative;overflow:hidden}.page-hero-blue{background:var(--blue);color:#fff}.page-hero-blue:before{content:"";position:absolute;top:-200px;right:-100px;width:600px;height:600px;border-radius:50%;background:#ffffff0a}.page-hero-blue:after{content:"";position:absolute;bottom:-100px;left:-50px;width:400px;height:400px;border-radius:50%;background:#f9731614}.page-hero-inner{max-width:800px;position:relative;z-index:1}.page-hero-pill,.hero-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-size:13px;font-weight:600;padding:6px 14px;margin-bottom:24px}.page-hero-pill{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffe6}.page-hero-title{font-size:clamp(40px,7vw,80px);line-height:1.05;letter-spacing:-2px;margin-bottom:20px}.page-hero-title .accent,.hero-title .accent{color:var(--orange)}.page-hero-sub{font-size:clamp(16px,2vw,20px);color:#ffffffbf;line-height:1.7}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.nav-links{display:none}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:999px;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:.18s}.btn-lg{padding:15px 32px;font-size:16px}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#162c6a}.btn-outline{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}.btn-outline:hover{background:var(--blue-light)}.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{background:#d95f08}.btn-white{background:#fff;color:var(--blue)}.btn-white:hover{background:#fffffff0}.btn-outline-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35)}.btn-outline-light:hover{background:#ffffff14}.btn-dark-ghost{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-dark-ghost:hover{background:#ffffff29}.cta-row{display:flex;gap:14px;flex-wrap:wrap}.cta-row-center{justify-content:center}.hero{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:120px clamp(20px,5vw,60px) 80px;gap:60px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-150px;width:700px;height:700px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%);transform:translate3d(var(--mx, 0px),calc(var(--my, 0px) * .45),0)}.hero:after{content:"";position:absolute;bottom:-100px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(249,115,22,.08) 0%,transparent 70%);transform:translate3d(calc(var(--mx, 0px) * -.6),calc(var(--my, 0px) * -.3),0)}.hero-left,.hero-right{position:relative;z-index:2}.hero-pill{background:var(--blue-light);color:var(--blue)}.hero-pill span{width:8px;height:8px;border-radius:50%;background:var(--blue-mid);display:block;animation:homeBlink 2s ease infinite}.hero-title{font-size:clamp(42px,6vw,80px);line-height:1.03;letter-spacing:-2px;color:var(--blue);margin-bottom:24px}.hero-title .word{display:inline-block;opacity:0;transform:translateY(24px);animation:homeWordReveal .75s cubic-bezier(.22,1,.36,1) forwards}.hero-title .accent{color:var(--orange)}.hero-sub{font-size:clamp(16px,2vw,19px);color:var(--muted);line-height:1.7;max-width:500px;margin-bottom:36px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;animation:homeFadeUp .6s .3s ease both}.hero-proof{display:flex;gap:28px;margin-top:40px}.hero-proof-item{animation:homeFadeUp .65s ease both}.hero-proof-item:nth-child(1){animation-delay:.36s}.hero-proof-item:nth-child(2){animation-delay:.48s}.hero-proof-item:nth-child(3){animation-delay:.6s}.hero-proof-num{font-family:Syne,sans-serif;font-size:26px;font-weight:800;color:var(--blue)}.hero-proof-lbl{font-size:12px;color:var(--muted);margin-top:2px}.hero-right{display:flex;justify-content:center}.emoji-orbit{position:absolute;font-size:20px;animation:homeFloat var(--d, 6s) ease-in-out infinite;animation-delay:var(--dl, 0s);pointer-events:none}.phone-frame{width:clamp(240px,28vw,320px);height:clamp(480px,56vw,640px);background:var(--dark);border-radius:40px;border:10px solid #222;overflow:hidden;box-shadow:var(--shadow-brand)}.phone-notch{width:100px;height:26px;background:#111;border-radius:0 0 20px 20px;margin:0 auto}.phone-screen{height:100%;background:var(--off);display:flex;flex-direction:column}.phone-status,.phone-topbar{background:#fff;display:flex;justify-content:space-between;align-items:center}.phone-status{padding:10px 14px 8px;font-size:11px;font-weight:700}.phone-topbar{padding:10px 14px 12px;border-bottom:1px solid #f3f4f6}.phone-topbar-logo{font-family:Syne,sans-serif;font-size:17px;font-weight:800;color:var(--blue)}.phone-feed{padding:10px;display:flex;flex-direction:column;gap:8px}.phone-card{background:#fff;border-radius:14px;border:.5px solid var(--border);overflow:hidden}.phone-card-header{display:flex;align-items:center;gap:8px;padding:10px 12px 6px}.phone-av{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px}.phone-av-blue{background:#dbeafe;color:#1d4ed8}.phone-av-green{background:#dcfce7;color:#166534}.phone-card-author{font-size:11px;font-weight:700}.phone-card-meta{font-size:10px;color:#9ca3af}.phone-card-body{padding:4px 12px 10px;font-size:11px;color:#374151;line-height:1.5}.phone-card-actions{padding:6px 12px;border-top:.5px solid #f3f4f6;display:flex;gap:12px}.phone-action{font-size:10px;color:#9ca3af;font-weight:700}.phone-partner-banner{background:linear-gradient(135deg,#fff7ed,#ffedd5);padding:8px 12px;border-bottom:.5px solid #fed7aa}.phone-partner-name{font-size:11px;font-weight:700;color:#7c2d12}.phone-nav{margin-top:auto;background:#fff;border-top:.5px solid var(--border);display:flex;padding:8px 0 16px}.phone-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:9px;font-weight:700;color:#9ca3af}.phone-nav-item.active{color:var(--blue-mid)}.phone-nav-dot{width:4px;height:4px;border-radius:50%;background:var(--blue-mid)}.features-section{background:var(--blue);color:#fff;overflow:hidden;position:relative;padding:clamp(64px,10vw,120px) clamp(20px,5vw,60px)}.features-section:before{content:"";position:absolute;inset:-20% -10% auto auto;width:380px;height:380px;border-radius:50%;background:#ffffff0a}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;margin-top:60px}.feature-card{background:#ffffff0d;padding:40px}.feature-card:nth-child(1){transition-delay:0s}.feature-card:nth-child(2){transition-delay:.1s}.feature-card:nth-child(3){transition-delay:.2s}.feature-card:nth-child(4){transition-delay:.3s}.feature-icon{width:52px;height:52px;border-radius:14px;background:#f9731633;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px}.feature-title{font-family:Syne,sans-serif;font-size:22px;font-weight:700;margin-bottom:10px}.feature-desc{font-size:15px;color:#ffffffad;line-height:1.7}.feature-tag{display:inline-block;margin-top:16px;font-size:11px;font-weight:700;letter-spacing:.05em;color:var(--orange);text-transform:uppercase}.how-section,.activities-section,.community-section,.cta-final{padding:clamp(64px,10vw,120px) clamp(20px,5vw,60px)}.how{background:var(--off)}.how-wrap{text-align:center;max-width:1000px;margin:0 auto}.how-sub{margin:0 auto}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px;position:relative}.how-steps:before{content:"";position:absolute;top:32px;left:calc(16.66% + 32px);right:calc(16.66% + 32px);height:2px;background:linear-gradient(90deg,#3b82f640,#3b82f68c,#3b82f640)}.how-step{text-align:center;position:relative;z-index:1}.how-num{width:64px;height:64px;border-radius:50%;background:#fff;border:2px solid var(--blue-mid);display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif;font-size:22px;font-weight:800;color:var(--blue);margin:0 auto 20px}.how-step.reveal.visible .how-num{animation:homeBounceIn .6s cubic-bezier(.34,1.56,.64,1) both;animation-delay:var(--step-delay, 0ms)}.how-title{font-family:Syne,sans-serif;font-size:18px;font-weight:700;margin-bottom:10px}.how-desc{font-size:14px;color:var(--muted);line-height:1.7}.activities{background:var(--off)}.activities-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.activities-list{display:flex;flex-direction:column;gap:12px;margin-top:36px}.activity-row{display:flex;align-items:center;gap:14px;background:#fff;border-radius:var(--radius);padding:16px 18px;border:.5px solid var(--border)}.activity-row:nth-child(1){transition-delay:0s}.activity-row:nth-child(2){transition-delay:.1s}.activity-row:nth-child(3){transition-delay:.2s}.activity-row:nth-child(4){transition-delay:.3s}.activity-icon{width:40px;height:40px;border-radius:10px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.activity-name{font-size:15px;font-weight:700}.activity-meta{font-size:12px;color:var(--muted)}.activity-tag{margin-left:auto;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px}.tag-open{background:#f0fdf4;color:#166534}.tag-limited{background:#fff7ed;color:#9a3412}.tag-full{background:#fef2f2;color:#991b1b}.activities-visual{position:relative}.map-blob{position:relative;width:100%;aspect-ratio:.88;background:linear-gradient(145deg,#eff6ff,#dbeafe);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;border:.5px solid #bfdbfe;box-shadow:0 8px 32px #1e3a8a14;padding:24px}.france-activity-map{overflow:hidden;isolation:isolate}.france-map-background{position:absolute;border-radius:999px;background:#93c5fd29;pointer-events:none;z-index:0}.france-map-background-left{width:280px;height:280px;top:-90px;left:-92px}.france-map-background-right{width:240px;height:240px;right:-88px;bottom:-84px;background:#60a5fa24}.france-map-ring{position:absolute;width:48%;aspect-ratio:1;top:0;right:0;bottom:0;left:0;margin:auto;border:1px dashed rgba(147,197,253,.38);border-radius:999px;pointer-events:none;z-index:0;animation:mapPulse 9s ease-in-out infinite}.france-map-shell{position:relative;z-index:1;width:100%;height:100%}.france-map-departements{position:absolute;top:4%;right:4%;bottom:12%;left:4%;display:flex;align-items:center;justify-content:center}.france-map-departements>*{width:100%;height:100%}.france-map-departements svg{width:100%;height:100%}.france-map-departements path,.france-map-departements polygon{vector-effect:non-scaling-stroke}.france-map-pill{position:absolute;left:50%;bottom:24px;transform:translate(-50%);z-index:2;border-radius:999px;background:#1e3a8a;color:#fff;padding:10px 18px;font-size:13px;font-weight:700;box-shadow:0 10px 24px #1e3a8a33}@keyframes mapPulse{0%,to{transform:scale(.98);opacity:.5}50%{transform:scale(1.03);opacity:.72}}.community{background:#fff;overflow:hidden}.section-label-centered{justify-content:center}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px}.testimonial{background:var(--off);border-radius:var(--radius-lg);padding:28px;transition:transform .2s ease,box-shadow .2s ease}.testimonial:hover{transform:perspective(600px) rotateY(2deg) rotateX(1deg) translateY(-2px);box-shadow:0 16px 30px #0f172a14}.testimonial-text{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:20px}.testimonial-author{display:flex;align-items:center;gap:10px}.testimonial-av{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}.testimonial-name{font-size:13px;font-weight:700}.testimonial-meta{font-size:12px;color:var(--muted)}.partners-strip{background:var(--dark);color:#fff;padding:clamp(50px,8vw,80px) clamp(20px,5vw,60px)}.partners-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.partners-title{font-size:clamp(28px,4vw,48px);letter-spacing:-1px;margin-bottom:16px}.partners-sub{font-size:16px;color:#fff9;line-height:1.7;max-width:420px;margin-bottom:32px}.partners-stats{display:flex;gap:32px;margin-top:32px;flex-wrap:wrap}.pstat-num{font-family:Syne,sans-serif;font-size:32px;font-weight:800;color:var(--orange)}.pstat-lbl{font-size:13px;color:#ffffff80}.partners-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:32px}.pcard-title{font-family:Syne,sans-serif;font-size:20px;font-weight:700;margin-bottom:20px}.pcard-feat{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.pcard-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);flex-shrink:0;margin-top:5px}.pcard-text{font-size:14px;color:#ffffffb3;line-height:1.6}.cta-final{background:var(--blue);color:#fff;text-align:center;position:relative;overflow:hidden;min-height:clamp(420px,42vw,560px);display:flex;align-items:center;justify-content:center;padding:clamp(72px,9vw,120px) clamp(20px,5vw,60px)}.cta-inner{max-width:1040px;width:100%;margin:0 auto;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100%}.cta-ambient{position:absolute;border-radius:50%;pointer-events:none;background:#ffffff0f}.cta-ambient-left{width:min(40vw,620px);height:min(40vw,620px);left:calc(min(40vw,620px)*-.36);top:calc(min(40vw,620px)*-.14)}.cta-ambient-right{width:min(28vw,420px);height:min(28vw,420px);right:calc(min(28vw,420px)*-.24);bottom:calc(min(28vw,420px)*-.42)}.cta-ring{position:absolute;inset:50% auto auto 50%;width:420px;height:420px;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,255,255,.08);animation:homeCtaRing 3s ease-in-out infinite}.cta-ring:nth-child(2){width:600px;height:600px;animation-delay:.7s}.cta-ring:nth-child(3){width:800px;height:800px;animation-delay:1.4s}.cta-final-emoji{font-size:48px;margin-bottom:20px;display:block}.cta-final-content{position:relative;z-index:2;width:100%;max-width:980px}.cta-final-title{font-size:clamp(36px,6vw,72px);letter-spacing:-2px;margin-bottom:16px;position:relative;line-height:.98}.cta-final-sub{font-size:clamp(15px,2vw,18px);color:#ffffffb3;margin-bottom:36px;position:relative;max-width:720px;margin-left:auto;margin-right:auto}.cta-final-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative;align-items:center}.badge-store{display:inline-flex;align-items:center;gap:10px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:14px 18px;color:#fff;min-height:86px;min-width:min(100%,250px);justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:inset 0 1px #ffffff0d}.badge-store-sub{font-size:11px;color:#ffffffad}.badge-store-name{font-size:clamp(14px,1.6vw,18px);font-weight:700}@keyframes homeWordReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes homeFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes homeBlink{0%,to{opacity:1}50%{opacity:.25}}@keyframes homeFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(var(--ty, -20px)) rotate(var(--r, 8deg))}}@keyframes homeBounceIn{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}@keyframes homeCtaRing{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.35}50%{transform:translate(-50%,-50%) scale(1.04);opacity:.12}}@media (prefers-reduced-motion: reduce){.hero-title .word,.hero-actions,.hero-proof-item,.emoji-orbit,.cta-ring,.france-map-ring,.how-step.reveal.visible .how-num,.hero-pill span{animation:none}.hero:before,.hero:after{transform:none}}@media (max-width: 900px){.hero,.activities-inner,.partners-inner{grid-template-columns:1fr;text-align:center}.hero-sub,.partners-sub,.activities-inner .section-sub{margin-left:auto;margin-right:auto}.hero-actions,.hero-proof,.cta-final-actions,.partners-stats{justify-content:center}.hero-right{order:-1}.features-grid,.testimonials{grid-template-columns:1fr 1fr}.activities-list{text-align:left}.france-map-background-left{width:220px;height:220px;left:-84px}.france-map-background-right{width:190px;height:190px;right:-70px;bottom:-70px}}@media (max-width: 768px){.features-grid,.how-steps,.testimonials{grid-template-columns:1fr}.how-steps:before{display:none}.cta-final-actions{flex-direction:column;align-items:center}.cta-final{min-height:auto}.cta-ambient-left{width:340px;height:340px;left:-170px;top:-70px}.cta-ambient-right{width:240px;height:240px;right:-110px;bottom:-110px}.badge-store{width:min(100%,280px)}.map-blob{padding:18px}.france-map-pill{width:calc(100% - 40px);text-align:center;bottom:18px}}@media (max-width: 480px){.phone-frame{width:220px;height:440px}.hero-proof{gap:18px}}.story-section,.values-section,.team-section,.timeline-section,.about-cta{padding:clamp(60px,10vw,120px) clamp(20px,5vw,60px)}.story-section{background:var(--white)}.story-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-text p{font-size:17px;line-height:1.85;color:var(--text);margin-bottom:20px}.story-text strong{color:var(--blue);font-weight:700}.story-visual{position:relative}.story-quote{background:var(--blue);border-radius:var(--radius-xl);padding:36px;color:#fff;position:relative}.story-quote-text{font-family:Syne,sans-serif;font-size:22px;font-weight:700;line-height:1.4;margin-bottom:20px}.story-quote-author{font-size:14px;color:#fff9}.story-quote-icon{font-size:48px;margin-bottom:16px;display:block}.story-stat{position:absolute;bottom:-24px;right:-24px;background:var(--orange);border-radius:var(--radius-lg);padding:20px 24px;box-shadow:0 12px 40px #f973164d}.story-stat-num{font-family:Syne,sans-serif;font-size:32px;font-weight:800;color:#fff}.story-stat-lbl{font-size:13px;color:#fffc;margin-top:2px}.values-section{background:var(--off)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.value-card{background:var(--white);border-radius:var(--radius-xl);padding:36px;border:.5px solid #e5e7eb;transition:.2s}.value-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.value-emoji{font-size:36px;margin-bottom:20px;display:block}.value-title{font-family:Syne,sans-serif;font-size:20px;font-weight:700;color:var(--blue);margin-bottom:10px}.value-desc{font-size:15px;color:var(--muted);line-height:1.7}.team-section{background:var(--white)}.team-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin-top:56px}.team-card{width:min(220px,100%);text-align:center}.team-av{width:90px;height:90px;border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif;font-size:26px;font-weight:800}.team-name{font-family:Syne,sans-serif;font-size:17px;font-weight:700;color:var(--text);margin-bottom:4px}.team-role{font-size:14px;color:var(--muted)}.timeline-section{background:var(--blue);color:#fff}.timeline-inner{max-width:800px;margin:0 auto}.timeline{margin-top:56px;position:relative}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:#ffffff26}.tl-item{display:flex;gap:32px;margin-bottom:48px;position:relative}.tl-dot{width:42px;height:42px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif;font-size:13px;font-weight:800;flex-shrink:0;position:relative;z-index:1}.tl-date{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:6px}.tl-title{font-family:Syne,sans-serif;font-size:20px;font-weight:700;margin-bottom:8px}.tl-desc{font-size:15px;color:#ffffffa6;line-height:1.7}.about-cta{background:var(--off);text-align:center}.about-cta-inner{max-width:640px;margin:0 auto}.about-cta-emoji{font-size:48px;display:block;margin-bottom:20px}@media (max-width: 900px){.story-inner{grid-template-columns:1fr}.story-stat{position:static;display:inline-block;margin-top:20px}}@media (max-width: 768px){.values-grid{grid-template-columns:1fr 1fr}.team-grid{gap:20px}}@media (max-width: 480px){.values-grid{grid-template-columns:1fr}}.contact-main{padding:clamp(60px,10vw,100px) clamp(20px,5vw,60px)}.contact-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:80px;align-items:start}.contact-info-block{margin-bottom:32px}.contact-info-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}.contact-info-title{font-family:Syne,sans-serif;font-size:17px;font-weight:700;margin-bottom:4px}.contact-info-sub{font-size:14px;color:var(--muted);line-height:1.6}.contact-info-link{font-size:15px;font-weight:600;color:var(--blue);margin-top:8px;display:block}.contact-card{background:var(--blue);border-radius:var(--radius-xl);padding:28px;color:#fff;margin-top:32px}.ccard-title{font-family:Syne,sans-serif;font-size:17px;font-weight:700;margin-bottom:8px}.ccard-sub{font-size:14px;color:#ffffffa6;line-height:1.6;margin-bottom:20px}.contact-form{background:var(--white);border-radius:var(--radius-xl);padding:40px;border:.5px solid #e5e7eb}.form-title{font-family:Syne,sans-serif;font-size:22px;font-weight:700;margin-bottom:6px}.form-sub{font-size:14px;color:var(--muted);margin-bottom:28px}.contact-profile-block{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:16px}.field-label{display:block;font-size:13px;font-weight:700;color:var(--text);margin-bottom:6px}.field-label span{color:var(--orange)}.field input,.field select,.field textarea{width:100%;padding:13px 16px;border-radius:var(--radius);border:1.5px solid #e5e7eb;font-size:15px;color:var(--text);background:var(--off);outline:none;transition:.15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue-mid);background:var(--white);box-shadow:0 0 0 3px #3b82f614}.field textarea{resize:vertical;min-height:130px}.field-error{margin-top:6px;font-size:12px;color:#b91c1c}.form-types{display:grid;grid-template-columns:1fr 1fr;gap:10px}.type-btn{padding:14px;border-radius:var(--radius);border:1.5px solid #e5e7eb;background:var(--off);cursor:pointer;text-align:center;transition:.15s}.type-btn:hover{border-color:var(--blue-mid)}.type-btn.selected{border-color:var(--blue);background:var(--blue-light)}.type-btn-icon{font-size:22px;display:block;margin-bottom:6px}.type-btn-label{font-size:13px;font-weight:700;color:var(--text)}.type-btn-sub{font-size:11px;color:var(--muted);margin-top:2px}.submit-btn{width:100%;padding:16px;border:none;border-radius:var(--radius);background:var(--blue);color:#fff;font-family:Syne,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:.15s}.submit-btn:hover{background:#1a3277}.form-disclaimer{font-size:12px;color:var(--muted);text-align:center;margin-top:12px;line-height:1.6}.form-success{text-align:center;padding:40px 20px}.form-success-icon{font-size:56px;margin-bottom:16px;display:block}.form-success h3{font-family:Syne,sans-serif;font-size:22px;font-weight:700;margin-bottom:10px}.form-success p{font-size:15px;color:var(--muted);line-height:1.7}@media (max-width: 900px){.contact-inner{grid-template-columns:1fr;gap:40px}}@media (max-width: 480px){.form-row,.form-types{grid-template-columns:1fr}}.partners-hero,.why-section,.how-partner,.packs-section,.partner-testimonials,.faq-section,.partner-cta{padding:clamp(60px,10vw,120px) clamp(20px,5vw,60px)}.partners-hero{min-height:92vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;background:var(--dark);color:#fff;position:relative;overflow:hidden;padding-top:130px;padding-bottom:80px}.partners-hero:before{content:"";position:absolute;top:-150px;right:-100px;width:600px;height:600px;border-radius:50%;background:#f9731612}.partners-hero:after{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;border-radius:50%;background:#3b82f60f}.hero-pill-orange{background:#f9731626;border:1px solid rgba(249,115,22,.3);color:var(--orange)}.hero-title-dark{color:#fff}.hero-sub-dark{color:#ffffffa6;max-width:460px}.dash-mock{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);overflow:hidden}.dash-mock-bar{background:#ffffff0d;padding:14px 18px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.06)}.dm-dot{width:10px;height:10px;border-radius:50%}.dm-dot.red{background:#ff5f57}.dm-dot.amber{background:#ffbc2e}.dm-dot.green{background:#28c840}.dash-caption{margin-left:12px;font-size:12px;color:#ffffff4d}.dash-mock-body{padding:18px}.dm-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.dm-kpi{background:#ffffff0d;border-radius:10px;padding:12px;text-align:center}.dm-kpi-val{font-family:Syne,sans-serif;font-size:18px;font-weight:800;color:#fff}.dm-kpi-lbl{font-size:10px;color:#fff6;margin-top:3px}.dm-chart{background:#ffffff0a;border-radius:10px;height:80px;display:flex;align-items:flex-end;gap:4px;padding:10px;margin-bottom:14px}.dm-bar{flex:1;background:var(--orange);border-radius:4px 4px 0 0;opacity:.6}.dm-bar.hi{opacity:1}.dm-pub{background:#ffffff0d;border-radius:10px;padding:12px}.dm-pub-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.dm-pub-title{font-size:11px;font-weight:700;color:#fff}.dm-pub-badge{font-size:9px;background:#22c55e33;color:#4ade80;padding:2px 8px;border-radius:999px;font-weight:700}.dm-pub-meta{font-size:10px;color:#fff6}.why-section,.packs-section,.faq-section{background:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.why-card{padding:32px;border-radius:var(--radius-xl);border:.5px solid #e5e7eb;transition:.2s}.why-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.why-num{font-family:Syne,sans-serif;font-size:48px;font-weight:800;color:var(--orange-mid);margin-bottom:12px;line-height:1}.why-title{font-family:Syne,sans-serif;font-size:19px;font-weight:700;color:var(--blue);margin-bottom:10px}.why-desc{font-size:14px;color:var(--muted);line-height:1.7}.how-partner{background:var(--off)}.how-partner-inner,.packs-inner,.pt-inner,.faq-inner{max-width:1100px;margin:0 auto}.hp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:56px;position:relative}.hp-steps:before{content:"";position:absolute;top:26px;left:13%;right:13%;height:1px;background:linear-gradient(90deg,transparent,var(--orange-mid),transparent)}.hp-step{text-align:center}.hp-step-num{width:52px;height:52px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif;font-size:18px;font-weight:800;color:#fff;margin:0 auto 16px;position:relative;z-index:1}.hp-step-title{font-weight:700;font-size:15px;margin-bottom:8px}.hp-step-desc{font-size:13px;color:var(--muted);line-height:1.6}.packs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px}.partner-packs-tabs{display:flex;justify-content:center;gap:6px;background:var(--off);padding:5px;border-radius:999px;width:fit-content;margin:0 auto 48px}.ptab{border:none;background:transparent;border-radius:999px;padding:11px 16px;font-size:14px;font-weight:700;color:var(--muted);cursor:pointer}.ptab.active{background:var(--white);color:var(--blue);box-shadow:0 8px 20px #0f172a14}.ptab-badge{font-size:11px;background:#f0fdf4;color:#166534;padding:2px 8px;border-radius:999px;margin-left:4px}.pack-card{border-radius:var(--radius-xl);padding:36px;border:.5px solid #e5e7eb;background:var(--white);position:relative;transition:.2s}.pack-card:hover{box-shadow:var(--shadow-soft)}.pack-card.featured{border:2px solid var(--orange);background:linear-gradient(135deg,var(--orange-light),#fff)}.pack-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--orange);color:#fff;font-size:11px;font-weight:800;padding:4px 16px;border-radius:999px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.pack-name{font-family:Syne,sans-serif;font-size:22px;font-weight:800;color:var(--blue);margin-bottom:4px}.pack-price{font-family:Syne,sans-serif;font-size:40px;font-weight:800;color:var(--text);margin:16px 0 4px}.pack-price span{font-size:16px;font-weight:400;color:var(--muted)}.pack-period{font-size:13px;color:var(--muted);margin-bottom:20px}.pack-divider{height:.5px;background:#e5e7eb;margin:20px 0}.pack-feature{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px;color:var(--text)}.pack-feature-dot{width:18px;height:18px;border-radius:50%;background:var(--orange-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.pack-cta{display:flex;margin-top:24px}.partner-packs-note{text-align:center;font-size:13px;color:var(--muted);margin-top:24px}.partner-testimonials{background:var(--off)}.pt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}.pt-card{background:var(--white);border-radius:var(--radius-xl);padding:28px;border:.5px solid #e5e7eb}.pt-stars{color:var(--orange);font-size:16px;margin-bottom:12px;letter-spacing:2px}.pt-text{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:18px;font-style:italic}.pt-author{display:flex;align-items:center;gap:10px}.pt-av{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;flex-shrink:0}.pt-name{font-size:14px;font-weight:700}.pt-company{font-size:12px;color:var(--muted)}.faq-item{border-bottom:.5px solid #e5e7eb;padding:20px 0}.faq-button{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.faq-q{font-size:16px;font-weight:700}.faq-icon{font-size:20px;flex-shrink:0}.faq-a{font-size:15px;color:var(--muted);line-height:1.7;padding-top:12px}.partner-cta{background:var(--orange);color:#fff;text-align:center;position:relative;overflow:hidden}.partner-cta:before,.partner-cta:after{content:"";position:absolute;border-radius:50%;background:#ffffff14}.partner-cta:before{width:500px;height:500px;top:-150px;left:-100px}.partner-cta:after{width:400px;height:400px;bottom:-100px;right:-50px}.partner-cta-inner{position:relative;z-index:1;max-width:640px;margin:0 auto}.partner-cta-title{font-size:clamp(36px,6vw,64px);letter-spacing:-2px;margin-bottom:16px}.partner-cta-sub{font-size:18px;color:#fffc;margin-bottom:36px;line-height:1.6}@media (max-width: 900px){.partners-hero{grid-template-columns:1fr}.hero-sub-dark{margin-bottom:36px}.hero-actions,.hero-stats{justify-content:center}}@media (max-width: 768px){.why-grid,.packs-grid,.pt-grid{grid-template-columns:1fr}.hp-steps{grid-template-columns:1fr 1fr}.hp-steps:before{display:none}}@media (max-width: 480px){.hp-steps{grid-template-columns:1fr}}
