.landing-page{padding-top:80px}.landing-hero{background:linear-gradient(135deg,var(--blue-dark),var(--blue-darker));color:var(--white);padding:4rem 2rem;text-align:center}.landing-hero-content{max-width:900px;margin:0 auto}.landing-hero h1{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}.landing-hero .subtitle{font-size:1.25rem;color:var(--teal-light);margin-bottom:2rem}.landing-value-props{padding:var(--section-padding);background:var(--gray-light)}.landing-value-props .container{max-width:var(--container-max);margin:0 auto}.value-props-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.value-prop{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm);text-align:center}.value-prop-icon{width:60px;height:60px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--white)}.value-prop-icon svg{width:28px;height:28px}.value-prop h3{font-size:1.1rem;margin-bottom:.75rem;color:var(--blue-dark)}.value-prop p{color:var(--gray);font-size:.95rem;line-height:1.6}.landing-essentials{padding:var(--section-padding);background:var(--white)}.landing-essentials .container{max-width:var(--container-max);margin:0 auto}.landing-essentials h2{text-align:center;margin-bottom:3rem;color:var(--blue-dark)}.essentials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.essential-card{padding:2rem;border:2px solid var(--gray-light);border-radius:12px;text-align:center;transition:var(--transition)}.essential-card:hover{border-color:var(--orange);box-shadow:var(--shadow-md)}.essential-card h3{color:var(--orange);font-size:1.1rem;margin-bottom:1rem}.essential-card p{color:var(--gray);font-size:.95rem;line-height:1.6}.landing-testimonial{padding:var(--section-padding);background:var(--gray-light)}.landing-testimonial .container{max-width:800px;margin:0 auto}.testimonial-card{background:var(--white);padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-md)}.testimonial-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.testimonial-image{width:80px;height:80px;border-radius:50%;object-fit:cover}.testimonial-author h3{color:var(--blue-dark);font-size:1.1rem;margin-bottom:.25rem}.testimonial-author p{color:var(--gray);font-size:.9rem}.testimonial-quote{font-size:1.1rem;line-height:1.7;color:var(--gray);font-style:italic;position:relative;padding-left:1.5rem;border-left:3px solid var(--orange)}.testimonial-video{margin-top:1.5rem}.testimonial-video a{display:inline-flex;align-items:center;gap:.5rem;color:var(--orange);font-weight:500}.testimonial-video a:hover{color:var(--orange-light)}.youtube-embed{position:relative;width:100%;padding-bottom:56.25%;margin-top:1.5rem;border-radius:12px;overflow:hidden;background:var(--gray-light)}.youtube-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.landing-content{padding:var(--section-padding)}.landing-content .container{max-width:var(--container-max);margin:0 auto}.landing-content h2{color:var(--blue-dark);margin-bottom:1.5rem;font-size:1.75rem}.landing-content p{color:var(--gray);line-height:1.8;margin-bottom:1.5rem}.landing-content ul{list-style:none;padding:0;margin-bottom:2rem}.landing-content ul li{padding-left:1.5rem;position:relative;margin-bottom:.75rem;color:var(--gray);line-height:1.6}.landing-content ul li:before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;background:var(--orange);border-radius:50%}.content-with-image{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-bottom:4rem}.content-with-image.reverse{direction:rtl}.content-with-image.reverse>*{direction:ltr}.content-image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md)}.content-image img{width:100%;height:auto;display:block}.landing-pricing{padding:var(--section-padding);background:var(--gray-light)}.landing-pricing .container{max-width:var(--container-max);margin:0 auto}.landing-pricing h2{text-align:center;margin-bottom:3rem;color:var(--blue-dark)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.pricing-card{background:var(--white);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm);text-align:center;position:relative}.pricing-card.featured{border:2px solid var(--orange);transform:scale(1.05)}.pricing-card.featured:before{content:"Populaire";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--orange);color:var(--white);padding:.25rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.pricing-card h3{color:var(--blue-dark);font-size:1.25rem;margin-bottom:1rem}.pricing-amount{font-size:2.5rem;font-weight:700;color:var(--orange);margin-bottom:.5rem}.pricing-amount span{font-size:1rem;font-weight:400;color:var(--gray)}.pricing-features{list-style:none;padding:0;margin:1.5rem 0;text-align:left}.pricing-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--gray);font-size:.9rem;border-bottom:1px solid var(--gray-light)}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:600}.landing-features{padding:var(--section-padding);background:var(--white)}.landing-features .container{max-width:var(--container-max);margin:0 auto}.landing-features h2{text-align:center;margin-bottom:3rem;color:var(--blue-dark)}.features-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.feature-item{display:flex;gap:1rem;padding:1.5rem;background:var(--gray-light);border-radius:12px}.feature-icon{width:48px;height:48px;background:var(--orange);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}.feature-icon svg{width:24px;height:24px}.feature-content h3{color:var(--blue-dark);font-size:1rem;margin-bottom:.5rem}.feature-content p{color:var(--gray);font-size:.9rem;line-height:1.5}.landing-cta{padding:var(--section-padding);background:linear-gradient(135deg,var(--blue-dark),var(--blue-darker));color:var(--white);text-align:center}.landing-cta .container{max-width:700px;margin:0 auto}.landing-cta h2{margin-bottom:1rem}.landing-cta p{color:var(--teal-light);margin-bottom:2rem}.landing-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.highlight-box{background:linear-gradient(135deg,var(--orange),var(--orange-light));color:var(--white);padding:2rem;border-radius:12px;margin:2rem 0}.highlight-box h3{margin-bottom:1rem}.highlight-box p{color:rgba(255,255,255,.9)}.landing-content blockquote{border-left:4px solid var(--orange);margin:2rem 0;padding:1rem 1.5rem;background:var(--gray-light);border-radius:0 8px 8px 0}.landing-content blockquote p{margin:0;font-style:italic;color:var(--gray)}.landing-content blockquote footer{margin-top:.75rem;font-size:.9rem;color:var(--blue-dark);font-weight:600;font-style:normal}.landing-steps{padding:var(--section-padding);background:var(--gray-light)}.landing-steps .container{max-width:var(--container-max);margin:0 auto}.landing-steps h2{text-align:center;margin-bottom:3rem;color:var(--blue-dark)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.step-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm);position:relative}.step-number{width:40px;height:40px;background:var(--orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:1rem}.step-card h3{color:var(--blue-dark);font-size:1.1rem;margin-bottom:.75rem}.step-card p{color:var(--gray);font-size:.95rem;line-height:1.6}.landing-services{padding:var(--section-padding)}.landing-services .container{max-width:var(--container-max);margin:0 auto}.landing-services h2{text-align:center;margin-bottom:3rem;color:var(--blue-dark)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.service-card{background:var(--white);border:2px solid var(--gray-light);border-radius:12px;padding:2rem;transition:var(--transition)}.service-card:hover{border-color:var(--orange);box-shadow:var(--shadow-md)}.service-card h3{color:var(--blue-dark);font-size:1.15rem;margin-bottom:1rem}.service-card p{color:var(--gray);font-size:.95rem;line-height:1.6}@media (max-width:968px){.essentials-grid,.pricing-grid,.value-props-grid{grid-template-columns:1fr}.pricing-grid{max-width:400px;margin:0 auto}.pricing-card.featured{transform:none}.content-with-image{grid-template-columns:1fr}.content-with-image.reverse{direction:ltr}.features-list{grid-template-columns:1fr}}@media (max-width:768px){.landing-hero h1{font-size:1.75rem}.landing-hero .subtitle{font-size:1rem}.testimonial-header{flex-direction:column;text-align:center}.landing-cta-buttons{flex-direction:column;align-items:center}}