:root{--navy:#06142b;--deep:#020b1d;--blue:#0b72ff;--blue2:#115df4;--green:#13b64b;--text:#07122b;--muted:#667085;--line:#e2eaf4;--bg:#f6f9fc}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:18px 5%;background:rgba(3,16,35,.92);backdrop-filter:blur(14px);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.logo{display:flex;gap:10px;align-items:center;font-weight:900;font-size:26px}.logo span span{color:var(--blue)}.logo-icon{color:#fff;border:2px solid #77b8ff;border-radius:9px;padding:1px 6px}.nav{display:flex;gap:30px;font-weight:700;font-size:15px}.nav a{opacity:.9}.btn{border:0;border-radius:10px;padding:14px 24px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--blue);color:#fff}.btn-green{background:linear-gradient(135deg,#20c557,#049638);color:#fff}.btn-outline{border:1px solid rgba(255,255,255,.35);color:#fff;background:transparent}.hero{min-height:650px;display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:center;padding:70px 5%;background:radial-gradient(circle at 75% 30%,#0d4aa5 0,#071a37 34%,#030c1d 100%);color:#fff}.badge{display:inline-block;color:#2dff9b;border:1px solid rgba(45,255,155,.5);padding:8px 14px;border-radius:9px;font-weight:900;text-transform:uppercase;font-size:13px}.hero h1{font-size:58px;line-height:1.08;margin:24px 0}.hero h1 span{color:var(--blue)}.hero p{font-size:20px;line-height:1.7;color:#d8e4f7}.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin:28px 0;color:#d9ffe8}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.excel-card{position:relative;background:#eaf0f8;border:2px solid rgba(255,255,255,.8);border-radius:18px;padding:36px 20px 22px;box-shadow:0 40px 100px rgba(0,0,0,.35)}.excel-badge{position:absolute;left:25px;top:-35px;background:#13a748;color:#fff;font-size:34px;font-weight:900;padding:18px;border-radius:12px}.excel-card table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;color:#111}.excel-card th{background:#0f8d45;color:#fff;padding:15px}.excel-card td{padding:17px;border:1px solid #edf1f6;color:#333}.section{padding:70px 5%}.light{background:var(--bg)}.section-title{text-align:center;max-width:760px;margin:0 auto 36px}.section-title span{text-transform:uppercase;color:var(--blue);font-weight:900;font-size:13px}.section-title h2{font-size:36px;margin:10px 0}.section-title p{color:var(--muted)}.features{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.feature{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 10px;text-align:center;box-shadow:0 10px 30px rgba(9,28,66,.06);font-size:33px}.feature strong{display:block;font-size:15px;margin-top:12px}.pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.price-card{position:relative;border:1px solid var(--line);border-radius:16px;padding:24px;text-align:center;box-shadow:0 15px 40px rgba(9,28,66,.07);background:#fff}.price-card h3{font-size:34px;margin:0}.price-card p{margin:0 0 15px}.price-card strong{display:block;color:#08933b;font-size:40px;margin:10px}.price-card small{display:block;color:var(--muted);margin-bottom:24px}.popular{border:2px solid var(--blue);transform:scale(1.03)}.popular>span{position:absolute;top:0;left:0;right:0;background:var(--blue);color:#fff;border-radius:13px 13px 0 0;font-size:12px;font-weight:900;padding:6px}.popular h3{margin-top:18px}.dark{background:#06142b;color:#fff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.steps div{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:28px}.steps b{background:var(--green);display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%}.steps p{color:#c5d2e5}.faq details{max-width:900px;margin:14px auto;background:#fff;border:1px solid var(--line);padding:20px;border-radius:12px}.faq summary{font-weight:900;cursor:pointer}.contact{text-align:center;background:#fff}.footer{text-align:center;background:#030c1d;color:#cbd5e1;padding:26px}

/* POPUP EXACTE */
.modal-backdrop{position:fixed;inset:0;background:rgba(2,8,23,.78);backdrop-filter:blur(9px);display:none;align-items:center;justify-content:center;padding:28px;z-index:50}.modal-backdrop.active{display:flex}.modal{position:relative;width:min(1160px,100%);height:min(92vh,870px);background:#fff;border-radius:24px;display:grid;grid-template-columns:370px minmax(0,1fr);box-shadow:0 30px 120px rgba(0,0,0,.5);overflow:hidden}.close-modal{position:absolute;right:24px;top:24px;border:0;background:#fff;width:48px;height:48px;border-radius:50%;font-size:36px;line-height:1;cursor:pointer;box-shadow:0 10px 30px rgba(11,18,40,.13);z-index:5;color:#06142b}.modal-side{background:linear-gradient(160deg,#0c65ff 0%,#082996 50%,#071b5e 100%);color:#fff;padding:46px 32px;position:relative;overflow:hidden}.modal-side:before{content:'';position:absolute;inset:-120px -80px auto auto;width:230px;height:230px;background:rgba(255,255,255,.08);border-radius:50%}.modal-side h2{position:relative;margin:0 0 26px;font-size:43px;line-height:1.17;font-weight:900;letter-spacing:-1px}.modal-side p{position:relative;margin:0;font-size:20px;line-height:1.45;color:#fff}.side-visual{position:relative;height:225px;margin:26px 0 22px}.sheet-card{position:absolute;left:22px;top:26px;width:270px;height:150px;background:#fff;border-radius:18px;box-shadow:0 24px 55px rgba(0,0,0,.35);transform:rotate(5deg);padding:18px 14px}.window-dots{display:flex;gap:5px;margin-bottom:10px}.window-dots i{width:7px;height:7px;border-radius:50%;display:block}.window-dots i:nth-child(1){background:#ff5a5f}.window-dots i:nth-child(2){background:#ffbd2e}.window-dots i:nth-child(3){background:#28c840}.sheet-table{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.sheet-table span{height:16px;background:#e9eef7;border-radius:3px}.sheet-table span:nth-child(4n+1){background:#12a24a}.excel-floating{position:absolute;left:0;top:75px;background:#13a84c;width:78px;height:78px;border-radius:12px;display:grid;place-items:center;font-size:52px;font-weight:900;box-shadow:0 16px 35px rgba(0,0,0,.25);transform:rotate(-4deg)}.bubble{position:absolute;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:900;box-shadow:0 13px 30px rgba(0,0,0,.25)}.bubble-phone{right:10px;top:100px;background:#12b74e}.bubble-mail{left:36px;bottom:8px;background:#0b72ff}.bubble-web{right:34px;bottom:0;background:#0b72ff}.side-benefits{position:relative;list-style:none;padding:0;margin:24px 0 28px}.side-benefits li{display:flex;align-items:center;gap:13px;margin:18px 0;font-size:16px;font-weight:800}.side-benefits li:before{content:'✓';width:29px;height:29px;display:grid;place-items:center;flex:0 0 29px;border-radius:50%;background:#18c957;color:#fff;font-weight:900}.side-secure{position:relative;display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px 17px;margin-top:10px}.side-secure span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);font-size:28px}.side-secure strong{font-size:16px;line-height:1.45}.order-form{padding:34px 38px 34px;overflow:auto}.form-head{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:center;margin-bottom:20px}.cart-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#eaf2ff;font-size:30px;color:#0b72ff}.order-form h2{font-size:36px;line-height:1.1;margin:0;color:#07122b}.muted{font-size:17px;color:#647187;margin:7px 0 0}.form-section{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.order-form h3{display:flex;align-items:center;gap:12px;font-size:20px;margin:0 0 18px;color:#07122b}.order-form h3 span{display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:50%;width:33px;height:33px;flex:0 0 33px;font-size:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 20px}label{font-weight:850;font-size:15.5px;display:block;color:#07122b}input,select,textarea{width:100%;margin-top:9px;border:1px solid #d7e0ec;border-radius:12px;padding:14px 16px;font-size:16px;outline:none;font-family:inherit;background:#fff;color:#07122b}textarea{resize:vertical;min-height:112px;line-height:1.5}.full-field{display:block;margin-top:17px}.note-field textarea{display:block}.note-field{font-size:16px}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,114,255,.12)}.total-line{margin:18px 0 17px;background:#e9fbef;color:#09863a;border-radius:12px;padding:16px 20px;font-weight:900;display:flex;align-items:center;justify-content:space-between;gap:20px}.total-line span{display:flex;align-items:center;gap:8px}.total-line span:before{content:'◇';font-weight:900}.total-line strong{font-size:28px;white-space:nowrap}.payment-section{padding-bottom:5px}.payment-note{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;background:#eef6ff;border:1px solid #b8d8ff;border-radius:14px;padding:18px 20px;margin:6px 0 18px;color:#17304f}.payment-note .info-dot{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0b72ff;color:#fff;font-size:22px;font-weight:900;font-style:normal;line-height:1}.payment-note strong{display:block;color:#003f91;font-size:21px;margin-bottom:8px}.payment-note p{margin:0;font-size:16px;line-height:1.45;font-weight:650;color:#17304f;max-width:none}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 16px}.payment-card{position:relative;min-height:94px;border:1px solid #d8e0eb;border-radius:13px;padding:18px 20px;display:grid;grid-template-columns:24px 52px 1fr;gap:12px;align-items:center;cursor:pointer;background:#fff;transition:.25s ease}.payment-card input{position:absolute;opacity:0;pointer-events:none}.payment-radio{width:19px;height:19px;border-radius:50%;border:2px solid #a7b1c2;display:block;position:relative}.payment-card input:checked + .payment-radio{border-color:#0b72ff}.payment-card input:checked + .payment-radio:after{content:'';position:absolute;inset:4px;background:#0b72ff;border-radius:50%}.payment-card:has(input:checked){border-color:#0b72ff;box-shadow:0 0 0 2px rgba(11,114,255,.08)}.paypal-logo{font-size:31px;font-weight:950;font-style:italic;color:#003f91;text-shadow:9px 0 0 #1d8bff;letter-spacing:-7px;line-height:1;display:block;width:45px}.bank-icon{width:48px;height:48px;display:grid;place-items:center}.bank-icon svg{width:44px;height:44px;fill:#075aa8}.payment-text strong{display:block;font-size:19px;line-height:1.15;color:#07122b}.payment-text small{display:block;color:#647187;font-size:13.5px;line-height:1.25;margin-top:5px}.paypal-card .payment-text strong{font-size:24px;font-style:italic;color:#003f91}.full-field small{display:block;margin-top:7px;color:#667085;font-weight:500}.notice{background:#eef6ff;border:1px solid #bad8ff;color:#075bce;border-radius:10px;padding:13px 15px;margin:20px 0 15px;text-align:center;font-weight:700}.btn-submit{width:100%;background:linear-gradient(90deg,#075bff,#12b64d);color:#fff;font-size:20px;padding:17px;border-radius:10px}.form-message{text-align:center;font-weight:800}.form-message.ok{color:#0a8f3d}.form-message.err{color:#c1121f}

/* Animations premium */
@keyframes fadeUp{from{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes floatSoft{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-16px) rotate(1deg)}}@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 rgba(19,182,75,0)}50%{box-shadow:0 0 45px rgba(19,182,75,.35)}}@keyframes shine{0%{left:-90%}100%{left:120%}}@keyframes orbMove{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(18px,-22px) scale(1.1)}}.hero-content,.section-title,.feature,.price-card,.steps div,.faq details,.contact{animation:fadeUp .8s ease both}.hero-content{animation-delay:.1s}.hero-visual{animation:fadeUp 1s ease both .25s}.floating .excel-card{animation:floatSoft 4.5s ease-in-out infinite}.btn{position:relative;overflow:hidden}.btn:after{content:'';position:absolute;top:0;bottom:0;width:45%;left:-90%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-18deg)}.btn:hover:after{animation:shine .75s ease}.btn-green,.btn-submit{animation:pulseGlow 3s ease-in-out infinite}.feature:hover,.price-card:hover,.steps div:hover{transform:translateY(-8px);box-shadow:0 22px 55px rgba(9,28,66,.13)}.feature,.price-card,.steps div{transition:.35s ease}.excel-card:before{content:'';position:absolute;inset:-2px;border-radius:20px;background:linear-gradient(120deg,rgba(11,114,255,.7),rgba(19,182,75,.65),rgba(255,255,255,.35));z-index:-1;filter:blur(12px);opacity:.65}.orb{position:absolute;display:block;border-radius:50%;filter:blur(.2px);opacity:.8;animation:orbMove 5s ease-in-out infinite}.orb-one{width:90px;height:90px;right:12%;top:8%;background:rgba(11,114,255,.35)}.orb-two{width:60px;height:60px;left:8%;bottom:5%;background:rgba(19,182,75,.32);animation-delay:1s}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.modal-backdrop.active .modal{animation:fadeUp .35s ease both}.payment-card:hover{transform:translateY(-3px)}.site-header{animation:fadeUp .5s ease both}.price-card.popular{animation:pulseGlow 3.5s ease-in-out infinite}

@media(max-width:1050px){.modal{grid-template-columns:1fr;height:94vh;overflow:auto}.modal-side{display:none}.order-form{overflow:visible}.nav{display:none}.hero{grid-template-columns:1fr}.hero h1{font-size:42px}.features,.pricing-grid,.steps{grid-template-columns:1fr 1fr}}@media(max-width:650px){.site-header{padding:14px}.logo{font-size:22px}.hero{padding:45px 18px}.hero h1{font-size:35px}.section{padding:55px 18px}.features,.pricing-grid,.steps{grid-template-columns:1fr}.modal-backdrop{padding:10px}.modal{border-radius:18px}.order-form{padding:28px 18px}.form-head{grid-template-columns:1fr}.form-grid,.payment-options{grid-template-columns:1fr}.order-form h2{font-size:29px}.section-title h2{font-size:28px}.payment-note{grid-template-columns:1fr}.payment-card{grid-template-columns:24px 46px 1fr}.total-line strong{font-size:23px}}

/* ===== POPUP CORRIGÉE - VERSION PROPRE ===== */
.modal-backdrop{position:fixed!important;inset:0!important;background:rgba(2,10,25,.78)!important;backdrop-filter:blur(8px)!important;z-index:9999!important;display:none!important;align-items:center!important;justify-content:center!important;padding:24px!important;overflow:auto!important}.modal-backdrop.active{display:flex!important}.modal{position:relative!important;width:min(1180px,96vw)!important;max-height:92vh!important;background:#fff!important;border-radius:24px!important;display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;box-shadow:0 30px 120px rgba(0,0,0,.45)!important;overflow:hidden!important}.close-modal{position:absolute!important;right:24px!important;top:22px!important;width:54px!important;height:54px!important;border:0!important;border-radius:50%!important;background:#fff!important;color:#06142b!important;font-size:38px!important;line-height:46px!important;cursor:pointer!important;z-index:10!important;box-shadow:0 12px 35px rgba(0,0,0,.14)!important}.modal-side{background:linear-gradient(165deg,#0c6bff 0%,#0634ad 45%,#071e68 100%)!important;color:#fff!important;padding:44px 32px!important;position:relative!important;overflow:hidden!important;min-height:100%!important}.side-inner{position:relative!important;z-index:1!important}.modal-side:before{content:''!important;position:absolute!important;width:280px!important;height:280px!important;right:-140px!important;top:-95px!important;border-radius:50%!important;background:rgba(255,255,255,.08)!important}.modal-side h2{margin:0 0 24px!important;color:#fff!important;font-size:42px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:-1px!important}.modal-side p{margin:0!important;color:#fff!important;font-size:18px!important;line-height:1.45!important;max-width:290px!important}.side-visual{height:220px!important;position:relative!important;margin:28px 0 24px!important}.sheet-card{position:absolute!important;left:38px!important;top:22px!important;width:245px!important;height:145px!important;background:#fff!important;border-radius:16px!important;box-shadow:0 24px 54px rgba(0,0,0,.35)!important;transform:rotate(6deg)!important;padding:14px!important}.window-dots{display:flex!important;gap:5px!important;margin-bottom:8px!important}.window-dots i{display:block!important;width:7px!important;height:7px!important;border-radius:50%!important}.window-dots i:nth-child(1){background:#ff5a5f!important}.window-dots i:nth-child(2){background:#ffbd2e!important}.window-dots i:nth-child(3){background:#28c840!important}.sheet-head{height:18px!important;background:#12a24a!important;border-radius:4px!important;margin-bottom:6px!important}.sheet-table{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:5px!important}.sheet-table span{height:13px!important;background:#e8eef6!important;border-radius:3px!important}.sheet-table span:nth-child(4n+1){background:#d7f5df!important}.excel-floating{position:absolute!important;left:4px!important;top:70px!important;width:72px!important;height:72px!important;border-radius:13px!important;background:#13a84c!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:48px!important;font-weight:900!important;box-shadow:0 17px 35px rgba(0,0,0,.28)!important;transform:rotate(-5deg)!important}.bubble{position:absolute!important;width:52px!important;height:52px!important;border-radius:50%!important;display:grid!important;place-items:center!important;box-shadow:0 13px 30px rgba(0,0,0,.28)!important}.bubble svg{width:25px!important;height:25px!important;fill:#fff!important}.bubble-phone{right:6px!important;top:98px!important;background:#16b852!important}.bubble-mail{left:38px!important;bottom:8px!important;background:#0b72ff!important}.bubble-web{right:36px!important;bottom:2px!important;background:#0b72ff!important}.side-benefits{list-style:none!important;margin:22px 0 28px!important;padding:0!important}.side-benefits li{display:flex!important;align-items:center!important;gap:13px!important;margin:16px 0!important;color:#fff!important;font-size:15.5px!important;font-weight:800!important;line-height:1.2!important}.side-benefits li:before{content:'✓'!important;display:grid!important;place-items:center!important;width:30px!important;height:30px!important;flex:0 0 30px!important;border-radius:50%!important;background:#18c957!important;color:#fff!important;font-weight:900!important;font-size:20px!important}.side-secure{display:flex!important;align-items:center!important;gap:14px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;padding:15px!important;color:#fff!important}.side-secure span{width:48px!important;height:48px!important;flex:0 0 48px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.28)!important}.side-secure svg{width:30px!important;height:30px!important;fill:#fff!important}.side-secure strong{font-size:15px!important;line-height:1.38!important;color:#fff!important}.order-form{padding:34px 38px 30px!important;overflow:auto!important;max-height:92vh!important;min-width:0!important}.form-head{display:grid!important;grid-template-columns:58px 1fr!important;gap:18px!important;align-items:center!important;margin:0 54px 20px 0!important}.cart-icon{width:58px!important;height:58px!important;border-radius:50%!important;background:#eaf2ff!important;display:grid!important;place-items:center!important}.cart-icon svg{width:32px!important;height:32px!important;fill:#0b72ff!important}.order-form h2{margin:0!important;font-size:34px!important;line-height:1.1!important;color:#07122b!important;letter-spacing:-.6px!important}.muted{margin:7px 0 0!important;color:#647187!important;font-size:16px!important;line-height:1.3!important}.form-section{border-top:1px solid #e2e8f0!important;margin-top:18px!important;padding-top:18px!important}.order-form h3{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 16px!important;color:#07122b!important;font-size:20px!important;line-height:1.2!important}.order-form h3 span{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:50%!important;background:#0b72ff!important;color:#fff!important;font-weight:900!important}.form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 18px!important}.order-form label{display:block!important;color:#07122b!important;font-weight:850!important;font-size:15px!important;line-height:1.2!important}.order-form input,.order-form select,.order-form textarea{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-top:9px!important;border:1px solid #d7e0ec!important;border-radius:12px!important;background:#fff!important;color:#07122b!important;font-family:inherit!important;font-size:16px!important;font-weight:500!important;line-height:1.35!important;padding:13px 15px!important;outline:none!important}.order-form input:focus,.order-form select:focus,.order-form textarea:focus{border-color:#0b72ff!important;box-shadow:0 0 0 3px rgba(11,114,255,.13)!important}.full-field{display:block!important;margin-top:16px!important}.note-field textarea{min-height:105px!important;resize:vertical!important;display:block!important}.total-line{margin:18px 0 14px!important;background:#e9fbef!important;color:#078d3a!important;border-radius:12px!important;padding:15px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;font-weight:900!important}.total-line span{display:flex!important;align-items:center!important;gap:8px!important;white-space:nowrap!important}.total-line span:before{content:'◇'!important}.total-line strong{font-size:28px!important;white-space:nowrap!important}.payment-section{padding-bottom:4px!important}.payment-note{display:flex!important;align-items:flex-start!important;gap:14px!important;background:#eef6ff!important;border:1px solid #b9d9ff!important;border-radius:16px!important;padding:18px 20px!important;margin:4px 0 18px!important;color:#17304f!important;min-height:0!important}.payment-note .info-dot{width:40px!important;height:40px!important;flex:0 0 40px!important;border-radius:50%!important;background:#0b72ff!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:22px!important;font-weight:900!important;font-style:normal!important;line-height:1!important}.payment-note-content{display:block!important;flex:1 1 auto!important;min-width:0!important;width:auto!important;max-width:none!important}.payment-note strong{display:block!important;margin:0 0 7px!important;color:#003f91!important;font-size:20px!important;line-height:1.2!important;font-weight:900!important;white-space:normal!important}.payment-note p{display:block!important;margin:0!important;color:#17304f!important;font-size:15.5px!important;line-height:1.45!important;font-weight:650!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;max-width:none!important;width:auto!important}.payment-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin:0 0 14px!important}.payment-card{position:relative!important;display:flex!important;align-items:center!important;gap:13px!important;min-height:90px!important;border:1px solid #d8e0eb!important;border-radius:14px!important;padding:16px 18px!important;background:#fff!important;cursor:pointer!important;box-sizing:border-box!important;overflow:hidden!important}.payment-card input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:auto!important}.payment-radio{width:18px!important;height:18px!important;flex:0 0 18px!important;border-radius:50%!important;border:2px solid #a7b1c2!important;position:relative!important}.payment-card input:checked + .payment-radio{border-color:#0b72ff!important}.payment-card input:checked + .payment-radio:after{content:''!important;position:absolute!important;inset:4px!important;background:#0b72ff!important;border-radius:50%!important}.payment-card:has(input:checked){border-color:#0b72ff!important;box-shadow:0 0 0 2px rgba(11,114,255,.08)!important}.paypal-logo,.bank-icon{width:52px!important;height:52px!important;flex:0 0 52px!important;display:grid!important;place-items:center!important}.paypal-logo svg{width:58px!important;height:42px!important;display:block!important}.bank-icon svg{width:43px!important;height:43px!important;fill:#075aa8!important;display:block!important}.payment-text{display:block!important;min-width:0!important;flex:1!important}.payment-text strong{display:block!important;margin:0!important;color:#07122b!important;font-size:18px!important;line-height:1.15!important;font-weight:900!important;white-space:normal!important}.payment-text small{display:block!important;margin-top:5px!important;color:#647187!important;font-size:13px!important;line-height:1.25!important;font-weight:650!important;white-space:normal!important}.paypal-card .payment-text strong{font-size:23px!important;color:#003f91!important;font-style:italic!important}.full-field small{display:block!important;margin-top:7px!important;color:#667085!important;font-size:13px!important;line-height:1.4!important;font-weight:550!important}.notice{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;background:#eef6ff!important;border:1px solid #bad8ff!important;color:#075bce!important;border-radius:12px!important;padding:13px 15px!important;margin:19px 0 14px!important;text-align:center!important;font-size:15px!important;font-weight:750!important}.btn-submit{width:100%!important;border:0!important;background:linear-gradient(90deg,#075bff,#12b64d)!important;color:#fff!important;font-size:19px!important;font-weight:900!important;padding:16px!important;border-radius:11px!important;cursor:pointer!important}.form-message{text-align:center!important;font-weight:800!important;margin-top:10px!important}.form-message.ok{color:#0a8f3d!important}.form-message.err{color:#c1121f!important}@media(max-width:1050px){.modal{grid-template-columns:1fr!important;width:min(760px,96vw)!important}.modal-side{display:none!important}.order-form{max-height:none!important;overflow:visible!important}}@media(max-width:650px){.modal-backdrop{padding:10px!important;align-items:flex-start!important}.modal{border-radius:18px!important;max-height:none!important}.order-form{padding:28px 18px!important}.form-head{grid-template-columns:1fr!important;margin-right:50px!important}.order-form h2{font-size:29px!important}.form-grid,.payment-options{grid-template-columns:1fr!important}.payment-note{padding:16px!important}.payment-card{min-height:84px!important}.total-line strong{font-size:23px!important}}

/* Correctifs v3 : champs dynamiques + Select2 + masquage PayPal */
#paypalEmailBox.is-hidden{display:none!important;}
.order-form select{appearance:auto!important;}
.select2-container{width:100%!important;margin-top:9px!important;font-family:inherit!important;}
.select2-container--default .select2-selection--single{height:50px!important;border:1px solid #d7e0ec!important;border-radius:12px!important;display:flex!important;align-items:center!important;background:#fff!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#07122b!important;font-size:16px!important;font-weight:500!important;line-height:50px!important;padding-left:15px!important;padding-right:35px!important;}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#667085!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:50px!important;right:10px!important;}
.select2-dropdown{border:1px solid #d7e0ec!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 18px 45px rgba(15,23,42,.16)!important;z-index:99999!important;}
.select2-search--dropdown{padding:10px!important;}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #d7e0ec!important;border-radius:10px!important;padding:10px 12px!important;font-size:15px!important;outline:none!important;}
.select2-results__option{padding:10px 14px!important;font-size:15px!important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background:#0b72ff!important;color:#fff!important;}
@media(max-width:650px){.select2-container--default .select2-selection--single{height:48px!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:48px!important}}

/* Champs conditionnels simples */
.order-form .conditional-field{margin-top:10px!important;background:#f8fbff!important;border-style:dashed!important;}
.order-form .conditional-field[hidden]{display:none!important;}

/* Correctif responsive mobile pour le visuel du hero */
@media (max-width: 650px){
  html, body{
    max-width:100%;
    overflow-x:hidden;
  }

  .hero{
    min-height:auto;
    grid-template-columns:1fr;
    gap:28px;
    padding:42px 18px 52px;
    overflow:hidden;
  }

  .hero-content{
    width:100%;
    max-width:100%;
    position:relative;
    z-index:2;
  }

  .hero h1{
    font-size:33px;
    line-height:1.12;
    margin:18px 0 14px;
    word-break:normal;
  }

  .hero p{
    font-size:16px;
    line-height:1.55;
  }

  .hero-points{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    margin:20px 0;
    font-size:13px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .hero-visual,
  .hero-visual.floating{
    width:100%;
    max-width:100%;
    min-width:0;
    margin:8px auto 0;
    overflow:visible;
    transform:none!important;
    position:relative;
  }

  .floating .excel-card{
    animation:floatSoft 4.5s ease-in-out infinite;
  }

  .excel-card{
    width:100%;
    max-width:335px;
    margin:28px auto 0;
    padding:30px 10px 14px;
    border-radius:16px;
    overflow:visible;
    box-shadow:0 22px 55px rgba(0,0,0,.30);
  }

  .excel-card:before{
    inset:-1px;
    filter:blur(8px);
  }

  .excel-badge{
    left:12px;
    top:-28px;
    font-size:23px;
    padding:12px 13px;
    border-radius:10px;
  }

  .excel-card table{
    width:100%;
    max-width:100%;
    table-layout:fixed;
    border-radius:10px;
  }

  .excel-card th,
  .excel-card td{
    padding:9px 5px;
    font-size:10px;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .orb-one{
    width:58px;
    height:58px;
    right:2%;
    top:-8px;
  }

  .orb-two{
    width:44px;
    height:44px;
    left:4%;
    bottom:-6px;
  }
}

@media (max-width: 390px){
  .hero h1{font-size:30px;}
  .excel-card{max-width:310px;}
  .excel-card th,.excel-card td{font-size:9px;padding:8px 4px;}
}
