*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--green-900: #0d3b0d;--green-800: #145214;--green-700: #1a6b1a;--green-600: #228B22;--green-500: #2ea82e;--green-400: #4dc74d;--green-300: #7dda7d;--green-200: #b3e8b3;--green-100: #d9f5d9;--green-50: #eefaee;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);--radius: 12px;--radius-lg: 16px;--transition: .3s ease}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--gray-800);line-height:1.7;background:var(--white);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.header{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:80px}.header-logo{display:flex;align-items:center;gap:12px}.header-logo img{height:56px;width:auto}.header-logo span{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--green-800)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;border:none;background:none;z-index:110}.hamburger span{display:block;width:28px;height:3px;background:var(--green-800);border-radius:3px;transition:var(--transition)}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav{display:flex;align-items:center;gap:4px}.nav a{padding:8px 16px;border-radius:8px;font-weight:500;font-size:.95rem;color:var(--gray-700);transition:var(--transition)}.nav a:hover,.nav a.active{background:var(--green-50);color:var(--green-700)}.nav a.nav-cta{background:var(--green-600);color:var(--white);font-weight:600;margin-left:8px}.nav a.nav-cta:hover{background:var(--green-700)}@media(max-width:900px){.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;flex-direction:column;background:var(--white);padding:100px 32px 32px;gap:8px;box-shadow:var(--shadow-xl);transition:right .3s ease;align-items:stretch}.nav.open{right:0}.nav a{font-size:1.1rem;padding:12px 16px}.nav a.nav-cta{margin-left:0;text-align:center;margin-top:8px}}.hero{background:linear-gradient(135deg,var(--green-50) 0%,var(--green-100) 50%,var(--green-200) 100%);padding:80px 24px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-30%;width:600px;height:600px;background:radial-gradient(circle,rgba(34,139,34,.08) 0%,transparent 70%);border-radius:50%}.hero-content{max-width:800px;margin:0 auto;position:relative}.hero h1{font-family:Playfair Display,serif;font-size:3rem;color:var(--green-900);margin-bottom:16px;line-height:1.2}.hero .subtitle{font-size:1.25rem;color:var(--green-700);font-weight:500;margin-bottom:32px}.hero-problems{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-md);max-width:650px;margin:0 auto 32px;text-align:left}.hero-problems h2{font-size:1.3rem;color:var(--gray-900);margin-bottom:16px;text-align:center}.hero-problems ul{list-style:none;display:flex;flex-direction:column;gap:12px}.hero-problems li{font-size:1.05rem;color:var(--gray-700);padding-left:28px;position:relative}.hero-problems li:before{content:"✕";position:absolute;left:0;color:#dc2626;font-weight:700}.hero-mascot{width:120px;margin:24px auto 0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:10px;font-weight:600;font-size:1.05rem;transition:var(--transition);cursor:pointer;border:none}.btn-primary{background:var(--green-600);color:var(--white);box-shadow:0 4px 14px #228b224d}.btn-primary:hover{background:var(--green-700);transform:translateY(-2px);box-shadow:0 6px 20px #228b2266}.btn-outline{background:transparent;color:var(--green-700);border:2px solid var(--green-600)}.btn-outline:hover{background:var(--green-50);transform:translateY(-2px)}.section{padding:80px 24px;max-width:1000px;margin:0 auto}.section-alt{background:var(--gray-50)}.section-green{background:linear-gradient(135deg,var(--green-50),var(--green-100))}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-family:Playfair Display,serif;font-size:2.2rem;color:var(--green-900);margin-bottom:12px}.section-header p{font-size:1.1rem;color:var(--gray-600);max-width:600px;margin:0 auto}.page-hero{background:linear-gradient(135deg,var(--green-700),var(--green-900));padding:60px 24px;text-align:center;color:var(--white)}.page-hero h1{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:12px}.page-hero p{font-size:1.15rem;opacity:.9;max-width:600px;margin:0 auto}.taupe-content{display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:start}.taupe-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.taupe-image img{width:100%;display:block}.taupe-text h2{font-size:1.5rem;color:var(--green-800);margin:32px 0 12px}.taupe-text h2:first-child{margin-top:0}.taupe-text p{font-size:1.05rem;color:var(--gray-700);margin-bottom:16px}.taupe-text .source{text-align:right;font-style:italic;color:var(--gray-500);font-size:.95rem;margin-top:24px}@media(max-width:768px){.taupe-content{grid-template-columns:1fr}.taupe-image{max-width:300px;margin:0 auto}}.piegeage-text p{font-size:1.05rem;color:var(--gray-700);margin-bottom:16px}.piegeage-text h2{font-size:1.4rem;color:var(--green-800);margin:24px 0 12px}.video-container{margin:40px auto;max-width:700px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-xl);aspect-ratio:16/9}.video-container iframe{width:100%;height:100%;border:none}.confiance-section{margin-bottom:40px}.confiance-section h3{font-size:1.3rem;color:var(--green-800);margin-bottom:8px;display:flex;align-items:center;gap:10px}.confiance-section h3 .icon{font-size:1.5rem}.confiance-section>p{color:var(--gray-600);margin-bottom:16px;font-size:1.05rem}.confiance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.confiance-item{background:var(--white);padding:16px 20px;border-radius:var(--radius);border:1px solid var(--gray-200);font-weight:500;color:var(--gray-700);transition:var(--transition)}.confiance-item:hover{border-color:var(--green-400);box-shadow:var(--shadow-sm)}.tarifs-card{background:var(--white);border-radius:var(--radius-lg);padding:48px;box-shadow:var(--shadow-lg);text-align:center;max-width:600px;margin:0 auto;border:2px solid var(--green-200)}.tarifs-card .tarifs-icon{width:80px;margin:0 auto 24px}.tarifs-card h2{font-size:1.5rem;color:var(--green-800);margin-bottom:16px}.tarifs-card p{font-size:1.1rem;color:var(--gray-600);margin-bottom:16px;line-height:1.8}.tarifs-card .highlight{font-weight:600;color:var(--green-700)}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:900px;margin:0 auto}.contact-card{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-md);text-align:center;border:1px solid var(--gray-200);transition:var(--transition)}.contact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--green-300)}.contact-card .contact-icon{font-size:2.5rem;margin-bottom:16px}.contact-card h3{font-size:1.1rem;color:var(--green-800);margin-bottom:8px}.contact-card p{font-size:1.15rem;color:var(--gray-700);font-weight:500}.contact-card a{color:var(--green-600);font-weight:600;transition:var(--transition)}.contact-card a:hover{color:var(--green-800)}.footer{background:var(--green-900);color:var(--green-200);padding:48px 24px 24px}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}.footer h4{font-size:1.1rem;color:var(--white);margin-bottom:16px}.footer p,.footer a{font-size:.95rem;color:var(--green-300);line-height:1.8}.footer a:hover{color:var(--white)}.footer-nav{display:flex;flex-direction:column;gap:8px}.footer-bottom{text-align:center;margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:var(--green-400);max-width:1200px;margin-left:auto;margin-right:auto}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer-logo img{height:40px;filter:brightness(1.2)}.footer-logo span{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--white)}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;gap:32px}}.cta-banner{background:linear-gradient(135deg,var(--green-700),var(--green-900));padding:60px 24px;text-align:center;color:var(--white)}.cta-banner h2{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:12px}.cta-banner p{font-size:1.1rem;opacity:.9;margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}.cta-banner .btn-primary{background:var(--white);color:var(--green-800);box-shadow:0 4px 14px #0003}.cta-banner .btn-primary:hover{background:var(--green-50)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto;padding:0 24px}.feature-card{background:var(--white);padding:32px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:var(--transition);border:1px solid var(--gray-200)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-card .feature-icon{font-size:2.5rem;margin-bottom:16px}.feature-card h3{font-size:1.15rem;color:var(--green-800);margin-bottom:8px}.feature-card p{font-size:.95rem;color:var(--gray-600)}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.hero h1{font-size:2.2rem}.hero .subtitle{font-size:1.05rem}.page-hero h1{font-size:2rem}.section{padding:48px 20px}.tarifs-card{padding:32px 24px}}
