@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";:root{--teal:#2a9d8f;--teal-dark:#1a7068;--teal-light:#e8f8f5;--dark:#1a1a2e;--dark-bg:#0d1b2a;--orange:#f4a261;--orange-light:#fff8e1;--red:#e63946;--green:#27ae60;--gray-50:#f8f9fa;--gray-100:#f0f0f0;--gray-200:#e0e0e0;--gray-400:#aaa;--gray-600:#666;--gray-800:#333;--white:#fff;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 8px 32px #0000001f;--shadow-lg:0 32px 80px #0003;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:22px;--transition:all .25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Nunito,Segoe UI,Helvetica Neue,sans-serif;line-height:1.6}a{color:var(--teal);transition:var(--transition);text-decoration:none}a:hover{color:var(--teal-dark)}img{max-width:100%;display:block}.container{max-width:1100px;margin:0 auto;padding:0 1.2rem}.container-sm{max-width:680px;margin:0 auto;padding:0 1.2rem}.section{padding:4rem 0}.section-alt{background:var(--gray-50)}.section-dark{background:linear-gradient(140deg, var(--dark-bg) 0%, #1b2838 40%, #0f3460 100%);color:var(--white)}.section-teal{background:linear-gradient(135deg, var(--teal), var(--teal-dark));color:var(--white)}.section-title{color:var(--dark);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:900}.section-dark .section-title,.section-teal .section-title{color:var(--white)}.section-subtitle{text-align:center;color:var(--gray-600);margin-bottom:2.5rem;font-size:1.05rem}.section-dark .section-subtitle{color:#ffffffb3}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, var(--teal), var(--teal-dark));color:var(--white);box-shadow:0 4px 15px #2a9d8f4d}.btn-primary:hover{color:var(--white);box-shadow:0 6px 20px #2a9d8f66}.btn-outline{border:2px solid var(--teal);color:var(--teal);background:0 0}.btn-outline:hover{background:var(--teal);color:var(--white)}.btn-white{background:var(--white);color:var(--teal);box-shadow:var(--shadow-sm)}.btn-white:hover{box-shadow:var(--shadow-md);color:var(--teal-dark)}.btn-orange{background:linear-gradient(135deg, var(--orange), #e08946);color:var(--white)}.btn-lg{border-radius:var(--radius-lg);padding:1rem 2rem;font-size:1.1rem}.btn-sm{padding:.45rem .9rem;font-size:.82rem}.btn-block{width:100%;display:flex}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:var(--transition);padding:1.5rem}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-flat{box-shadow:none;border:1px solid var(--gray-200)}.card-flat:hover{box-shadow:var(--shadow-sm)}.grid{gap:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:2.5rem 0}.section-title{font-size:1.6rem}}@media (width>=769px) and (width<=1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.2rem .6rem;font-size:.72rem;font-weight:800;display:inline-block}.badge-teal{background:var(--teal-light);color:var(--teal)}.badge-orange{background:var(--orange-light);color:var(--orange)}.badge-green{color:var(--green);background:#d4edda}.form-group{margin-bottom:1rem}.form-label{color:var(--gray-600);margin-bottom:.3rem;font-size:.85rem;font-weight:700;display:block}.form-input{border:2px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;transition:var(--transition);outline:none;padding:.7rem 1rem;font-family:inherit;font-size:.95rem}.form-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2a9d8f26}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s forwards fadeInUp}.fade-in-delay{opacity:0;animation:.6s .2s forwards fadeInUp}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pricing-card{background:var(--white);border-radius:var(--radius-xl);text-align:center;border:2px solid var(--gray-200);transition:var(--transition);padding:2rem 1.5rem;position:relative}.pricing-card:hover{border-color:var(--teal);box-shadow:var(--shadow-md)}.pricing-card.featured{border-color:var(--teal);transform:scale(1.03);box-shadow:0 12px 40px #2a9d8f33}.pricing-card.featured:before{content:"Populaire";background:var(--teal);color:var(--white);border-radius:20px;padding:.2rem 1rem;font-size:.75rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-price{color:var(--dark);margin:.5rem 0;font-size:2.5rem;font-weight:900}.pricing-price span{color:var(--gray-600);font-size:1rem;font-weight:600}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-question{width:100%;color:var(--dark);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.2rem 0;font-family:inherit;font-size:1rem;font-weight:700;display:flex}.faq-answer{color:var(--gray-600);padding:0 0 1.2rem;line-height:1.7}.blog-card{overflow:hidden}.blog-card-img{object-fit:cover;border-radius:var(--radius-md) var(--radius-md) 0 0;width:100%;height:180px}.blog-card-body{padding:1.2rem}.blog-card-date{color:var(--gray-400);margin-bottom:.3rem;font-size:.75rem}.blog-card-title{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.blog-card-excerpt{color:var(--gray-600);font-size:.88rem;line-height:1.6}.testimonial{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-left:4px solid var(--teal);padding:1.5rem}.testimonial-text{color:var(--gray-600);margin-bottom:.8rem;font-style:italic;line-height:1.7}.testimonial-author{color:var(--dark);font-size:.9rem;font-weight:800}.nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);background:#fffffff2;padding:.6rem 0;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 1.2rem;display:flex}.nav-logo{color:var(--teal);align-items:center;gap:.5rem;font-size:1.15rem;font-weight:900;text-decoration:none;display:flex}.nav-links{align-items:center;gap:1.5rem;list-style:none;display:flex}.nav-links a{color:var(--gray-600);transition:var(--transition);font-size:.88rem;font-weight:700}.nav-links a:hover,.nav-links a.active{color:var(--teal)}.nav-cta{margin-left:.5rem}.nav-burger{cursor:pointer;color:var(--dark);background:0 0;border:none;padding:.3rem;font-size:1.5rem;display:none}@media (width<=768px){.nav-burger{display:block}.nav-links{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-md);flex-direction:column;gap:.8rem;padding:1rem 1.5rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open{display:flex}.nav-links a{padding:.4rem 0;font-size:1rem}}.site-footer{background:var(--dark);color:#ffffffb3;padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}}.footer-brand{color:var(--teal);margin-bottom:.5rem;font-size:1.2rem;font-weight:900}.footer-desc{font-size:.85rem;line-height:1.6}.footer-title{color:var(--white);margin-bottom:.8rem;font-size:.9rem;font-weight:800}.footer-links{list-style:none}.footer-links li{margin-bottom:.4rem}.footer-links a{color:#fff9;font-size:.85rem}.footer-links a:hover{color:var(--teal)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.78rem}.hero{background:linear-gradient(140deg, var(--dark-bg) 0%, #1b2838 40%, #0f3460 100%);color:var(--white);text-align:center;padding:5rem 0 4rem}.hero-title{margin-bottom:.8rem;font-size:2.8rem;font-weight:900;line-height:1.15}.hero-subtitle{color:#ffffffbf;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-stats{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-top:3rem;display:flex}.hero-stat{text-align:center}.hero-stat-value{color:var(--teal);font-size:2rem;font-weight:900;display:block}.hero-stat-label{color:#fff9;font-size:.8rem}@media (width<=768px){.hero{padding:3rem 0 2.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:1.5rem}}.text-center{text-align:center}.text-teal{color:var(--teal)}.text-muted{color:var(--gray-600)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.gap-1{gap:.5rem}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}
