@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Poppins:wght@600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;background-color:#0F172A;color:#F8FAFC;line-height:1.7}section{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}h1,h2,h3,h4{font-family:Poppins,sans-serif;color:#E2E8F0;font-weight:700;margin-bottom:1.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1.25rem;font-size:1.1rem;color:#CBD5E1}.text-center{text-align:center}.text-left{text-align:left}.text-gray-100{color:#F3F4F6}.text-gray-200{color:#E5E7EB}.text-gray-300{color:#9CA3AF}.text-yellow-400{color:#FACC15}.bg-dark{background-color:#0F172A}.bg-deep{background-color:#1E293B}.btn-pro{background-color:#22D3EE;color:#0F172A;font-weight:600;padding:.75rem 1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:all .2s ease;border:1px solid #facc15;cursor:pointer}.btn-pro:hover{background-color:#0EA5E9;color:white}.btn-secondaire{background-color:transparent;border:2px solid #facc15;color:#22D3EE}.btn-jaune,.btn-secondaire{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer}.btn-jaune{background-color:#FACC15;color:#0F172A;text-decoration:none;display:inline-block;transition:all .2s ease}.btn-jaune:hover{background-color:#eab308}.card-pro{background-color:#1E293B;border:1px solid #facc15;border-radius:12px;padding:2rem;color:#F8FAFC;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:transform .2s ease}.card-pro:hover{transform:translateY(-4px)}.card-module{background-color:#1E293B;border:1px solid #facc15;border-radius:12px;padding:2rem;color:#F8FAFC;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:transform .2s ease}.card-module:hover{transform:translateY(-4px)}ul{list-style-type:disc;padding-left:1.25rem}li{margin-bottom:.5rem;color:#E5E7EB;font-weight:500}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:2rem}.grid-2,.grid-3{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:2rem}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}@media (max-width:768px){.grid-2,.grid-3,.grid-auto{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.6rem}p{font-size:1rem}.btn-jaune,.btn-pro,.btn-secondaire{width:100%;padding:.75rem;font-size:1rem}}.section-wrapper{padding:4rem 1.5rem;max-width:1000px;margin:0 auto}.section-title{font-size:2rem;font-weight:700;font-family:Poppins,sans-serif;color:#FACC15;margin-bottom:2rem;text-align:center}.line-through{text-decoration:line-through}.header{background-color:#0F172A;padding:.1rem 0;min-height:80px;position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 6px rgba(0,0,0,.3)}.header-container{max-width:1280px;margin:0 auto;padding:0 1.2rem;text-align:center}.header-brand,.header-container{display:flex;flex-direction:column;align-items:center}.header-brand{margin-bottom:.2rem}.header-title{color:#FACC15;font-size:1rem;font-weight:700;margin-bottom:.5rem}.header-nav{margin-top:.2rem;width:100%}.header-menu{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;list-style:none;padding:0;margin:0}.header-menu li a{color:#E2E8F0;text-decoration:none;font-weight:500}.header-btn{padding:.5rem 1rem;border:1px solid #facc15;color:#22D3EE;border-radius:9999px;background:transparent;font-weight:600;cursor:pointer;transition:all .2s ease}.header-btn:hover{background-color:#22D3EE;color:#0F172A}.header.scrolled{padding:.1rem 0;background-color:rgba(15,23,42,.8);min-height:80px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.header.scrolled .header-title{font-size:1rem}.header.scrolled img{width:70px!important;height:auto}.footer{background-color:#0F172A;padding:3rem 1rem 1.5rem;border-top:1px solid #1e293b;text-align:center}.footer-container{max-width:1280px;margin:0 auto}.footer-title{color:#FACC15;font-size:1rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.footer-links{list-style:none;padding:0;margin:1rem 0 2.5rem;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.footer-links li{position:relative}.footer-links li:not(:last-child):after{content:"";position:absolute;right:-1rem;top:50%;transform:translateY(-50%);width:1px;height:1rem;background-color:#334155}.footer-links li a{color:#CBD5E1;text-decoration:none;font-weight:400;font-size:.95rem;transition:color .2s ease}.footer-links li a:hover{color:#22D3EE}.footer-divider{height:1px;background-color:#1E293B;margin:2rem auto 1.5rem;max-width:600px;border:none}.footer-copy{font-size:.8rem;color:#64748B}.footer-socials{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem}.footer-socials img{width:28px;height:28px;opacity:.7;transition:opacity .2s ease}.footer-socials a:hover img{opacity:1}.blog-featured{display:flex;gap:2rem;overflow:hidden;padding:2rem;align-items:center;flex-wrap:wrap}.featured-image-wrapper{flex:1 1 40%;max-width:400px}.featured-img{width:100%;height:220px;object-fit:cover;border-radius:8px}.featured-content{flex:1 1 50%}.featured-content h2{font-size:1.75rem;color:#FACC15;margin-bottom:1rem}.featured-content p{font-size:1.1rem;color:#CBD5E1;margin-bottom:1.5rem}.blog-card{padding:2rem}.blog-card h3{font-size:1.25rem;color:#E2E8F0;margin-bottom:.75rem}.blog-card p{font-size:1rem;color:#CBD5E1;margin-bottom:1rem}.blog-list{display:flex;flex-direction:column;gap:2rem}.card-article{display:flex;gap:2rem;background-color:#1E293B;padding:2rem;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.3);margin-bottom:2rem;flex-wrap:wrap}.article-img{width:300px;height:auto;border-radius:8px;object-fit:cover}.article-content{flex:1 1;display:flex;flex-direction:column;justify-content:center}.article-title{font-size:1.8rem;font-weight:700;color:#FACC15;margin-bottom:.5rem}.article-description{font-size:1.1rem;color:#CBD5E1;margin-bottom:1rem}.section-hero{background-image:url(/images/hero-bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.fade-in{opacity:0;transform:translateY(20px);transition:all 1.2s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.badge-elostra{position:fixed;bottom:1.5rem;right:1.5rem;background-color:#1E293B;padding:.6rem 1rem;border-radius:9999px;box-shadow:0 0 12px rgba(0,0,0,.4);color:#FACC15;font-weight:600;font-size:.9rem;z-index:100}.alert-card{background-color:#1F2937;border:1px solid #facc15;padding:1.5rem;border-radius:1rem;transition:transform .3s ease}.alert-card:hover{transform:scale(1.02);border-color:#FACC15}.card-shifterd{background:#FFFFFF;border:2px solid #1d4ed8;border-radius:16px;padding:24px;box-shadow:0 8px 24px rgba(0,0,0,.06);display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}.card-shifterd:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.card-shifterd h3{font-size:20px;font-weight:700;color:#1E3A8A;margin-bottom:8px;display:flex;align-items:center;gap:8px}.card-shifterd p{color:#374151;font-size:14px;margin:4px 0}.card-shifterd .cost{margin-top:16px;font-weight:600;color:#DC2626;font-size:16px}