*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;background:#f9f8f6;color:#1a1a1a}.nav{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 4rem;background:hsla(40,20%,97%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.nav-logo{height:48px;object-fit:contain}.nav-back{font-size:.88rem;color:#555;text-decoration:none;display:flex;align-items:center;gap:.4rem}.nav-back:hover{color:#1a1a1a}.hero{text-align:center;padding:5rem 2rem 3rem}.hero-eyebrow{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#2e7d32;margin-bottom:1rem}.hero-title{font-family:"Instrument Serif",serif;font-size:clamp(2.2rem,5vw,4rem);line-height:1.1;margin-bottom:1rem}.hero-title em{font-style:italic;color:#2e7d32}.hero-sub{font-size:1.05rem;color:#666;max-width:520px;margin:0 auto;font-weight:300;line-height:1.6}.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1100px;margin:3rem auto;padding:0 2rem}.plan{background:#fff;border:1.5px solid rgba(0,0,0,.08);border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1.2rem;position:relative;transition:transform .2s,box-shadow .2s}.plan:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.09)}.plan.featured{border-color:#2e7d32;box-shadow:0 0 0 3px rgba(46,125,50,.12)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#2e7d32;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .9rem;border-radius:100px;white-space:nowrap}.plan-name{font-family:"Instrument Serif",serif;font-size:1.6rem;color:#1a1a1a}.plan-price{display:flex;align-items:baseline;gap:.3rem}.plan-amount{font-size:2.6rem;font-weight:600;color:#1a1a1a;line-height:1}.plan-currency{font-size:1rem;color:#888;font-weight:400}.plan-period{font-size:.85rem;color:#888;font-weight:400}.plan-saving{font-size:.8rem;color:#2e7d32;font-weight:600;background:#e8f5e9;padding:.2rem .6rem;border-radius:100px;display:inline-block}.plan-desc{font-size:.9rem;color:#666;line-height:1.5;font-weight:300}.plan-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;flex:1 1}.plan-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:#444;line-height:1.4}.plan-features li:before{content:"✓";color:#2e7d32;font-weight:700;flex-shrink:0;margin-top:.05rem}.plan-features li.note{color:#888;font-size:.82rem;font-style:italic}.plan-features li.note:before{content:"·";color:#bbb}.plan-btn{width:100%;padding:.85rem;border-radius:100px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:all .2s;text-decoration:none;text-align:center;display:block}.plan-btn-primary{background:#1a1a1a;color:#f9f8f6}.plan-btn-primary:hover{background:#333}.plan-btn-green{background:#2e7d32;color:#fff}.plan-btn-green:hover{background:#1b5e20}.plan-btn-outline{background:transparent;color:#1a1a1a;border:1.5px solid rgba(0,0,0,.2)}.plan-btn-outline:hover{border-color:rgba(0,0,0,.5)}.info-band{background:#f0f4f0;border-radius:12px;padding:1.2rem 1.8rem 1.2rem calc(2rem + 1.8rem)}.info-band,.info-band-wrap{max-width:1100px;margin:0 auto 2rem}.info-band-wrap{padding:0 2rem}.info-band ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.info-band ul li{font-size:.85rem;color:#444;display:flex;gap:.5rem}.info-band ul li:before{content:"ℹ";color:#2e7d32;flex-shrink:0}.entreprise{max-width:1100px;margin:0 auto 5rem;padding:0 2rem}.entreprise-card{background:#1a1a1a;color:#f9f8f6;border-radius:20px;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.entreprise-title{font-family:"Instrument Serif",serif;font-size:2rem;margin-bottom:.5rem}.entreprise-title em{font-style:italic;color:#a5d6a7}.entreprise-desc{font-size:.95rem;color:hsla(0,0%,100%,.6);font-weight:300;max-width:420px;line-height:1.6}.entreprise-btn{background:#f9f8f6;color:#1a1a1a;padding:.85rem 2rem;border-radius:100px;font-size:.95rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:opacity .2s}.entreprise-btn:hover{opacity:.85}footer{padding:2rem 4rem;background:#1a1a1a;display:flex;align-items:center;justify-content:space-between}footer img{height:32px;opacity:.4;filter:brightness(0) invert(1)}footer p{font-size:.8rem;color:hsla(0,0%,100%,.3)}@media (max-width:768px){.nav{padding:1rem 1.5rem}.plans{grid-template-columns:1fr;padding:0 1rem}.entreprise-card{padding:2rem}footer{padding:1.5rem;flex-direction:column;gap:1rem;text-align:center}}