:root{
  --ink:#123f3a;
  --ink-soft:#526c67;
  --cream:#f8f2e6;
  --paper:#fffdf8;
  --sage:#e1ece6;
  --green:#00665c;
  --green-dark:#004b44;
  --accent:#f4c400;
  --orange:#ef6b3f;
  --line:#d8e1dc;
  --white:#fff;
  --shadow:0 18px 55px rgba(18,63,58,.12);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Plus Jakarta Sans",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);position:sticky;top:0;background:rgba(255,253,248,.92);backdrop-filter:blur(14px);z-index:10;border-bottom:1px solid rgba(217,224,217,.65)}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.08em;font-size:14px}
.brand strong{font-weight:800}
.brand-mark{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-size:20px;line-height:1}
.header-cta{font-size:15px;font-weight:700;padding:11px 18px;border:1px solid var(--green);border-radius:999px;color:var(--green);transition:.25s}
.header-cta:hover{background:var(--green);color:white}
.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(30px,5vw,80px);padding:70px clamp(20px,7vw,110px);background:linear-gradient(120deg,var(--cream),var(--sage))}
.eyebrow,.section-label{font-size:13px;letter-spacing:.17em;font-weight:800;color:var(--green);margin-bottom:18px}
h1,h2,h3{font-family:Space Grotesk,sans-serif;line-height:1.12}
h1{font-size:clamp(50px,6.25vw,84px);max-width:820px;letter-spacing:-.055em}
h1 em{font-style:normal;color:var(--green)}
.hero-text{font-size:19px;color:var(--ink-soft);max-width:650px;margin:25px 0 30px}
.hero-text strong{color:var(--ink)}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;border:0;border-radius:999px;padding:15px 23px;font:700 14px "Plus Jakarta Sans",sans-serif;cursor:pointer;transition:.25s}
.button-primary{background:var(--green);color:white;box-shadow:0 10px 25px rgba(0,102,92,.20)}
.button-primary:hover{background:var(--green-dark);transform:translateY(-2px)}
.button span{font-size:18px}
.text-link{font-weight:700;color:var(--green);font-size:14px;border-bottom:1px solid rgba(29,91,79,.35);padding-bottom:2px}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:38px;color:var(--ink-soft);font-size:12px;font-weight:600}
.hero-visual{position:relative;max-width:600px;justify-self:end}
.hero-visual>img{width:100%;filter:drop-shadow(0 28px 30px rgba(24,50,44,.12))}
.floating-card{position:absolute;right:-12px;bottom:22px;background:white;border:1px solid var(--line);border-radius:18px;padding:14px 17px;display:flex;align-items:center;gap:11px;box-shadow:var(--shadow);max-width:270px}
.mini-icon{width:38px;height:38px;border-radius:50%;background:var(--sage);display:grid;place-items:center;font-size:21px;color:var(--green)}
.floating-card strong,.floating-card small{display:block}
.floating-card strong{font-size:12px}
.floating-card small{font-size:11px;color:var(--ink-soft);margin-top:2px}
.section{padding:100px clamp(20px,7vw,110px)}
.problem{background:var(--paper)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,120px);align-items:start}
h2{font-size:clamp(40px,4.45vw,65px);letter-spacing:-.04em}
h2 span{color:var(--green)}
.problem-copy{font-size:19px;color:var(--ink-soft);max-width:590px}
.problem-copy p+p{margin-top:18px}
.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:50px}
.section-heading>p{max-width:390px;color:var(--ink-soft)}
.centered{text-align:center;display:block}
.centered>p{margin:20px auto 0;max-width:650px}
.how{background:var(--sage)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{background:rgba(255,255,255,.72);padding:35px;border-radius:24px;border:1px solid rgba(255,255,255,.85)}
.step-number{font:800 12px "Plus Jakarta Sans";letter-spacing:.12em;color:var(--green);margin-bottom:60px}
.step h3{font-size:27px;margin-bottom:12px}
.step p{color:var(--ink-soft);font-size:16px}
.categories{background:var(--cream)}
.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:55px}
.category-card{background:var(--paper);border:1px solid var(--line);border-radius:25px;overflow:hidden;display:grid;grid-template-columns:190px 1fr;min-height:220px;transition:.25s}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-card img{width:100%;height:100%;object-fit:cover;background:var(--sage)}
.category-card>div{padding:28px}
.category-card>div>span{font-size:11px;font-weight:800;color:var(--green);letter-spacing:.1em}
.category-card h3{font-size:24px;margin:16px 0 8px}
.category-card p{font-size:15px;color:var(--ink-soft)}
.philosophy{background:var(--green-dark);color:white;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(40px,8vw,120px);align-items:center}
.philosophy .section-label{color:var(--sage)}
.philosophy h2{max-width:700px}
.philosophy h2 span{color:var(--sage)}
.philosophy-copy>p{color:var(--sage);max-width:600px;margin-top:22px;font-size:17px}
.philosophy-copy strong{color:white}
.philosophy-art{max-width:530px}
.quote{margin-top:35px;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.18);font-family:Space Grotesk;font-size:18px;font-weight:700;color:var(--sage)}
.zone{background:var(--paper)}
.zone-box{background:var(--sage);border-radius:30px;padding:50px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.zone-box p{color:var(--ink-soft);margin-top:20px;max-width:550px}
.zone-list{display:flex;flex-wrap:wrap;gap:10px}
.zone-list span{padding:11px 15px;background:white;border-radius:999px;font-size:13px;font-weight:700}
.zone-note{font-size:12px;color:var(--ink-soft);margin:16px 4px}
.accepted{background:var(--cream)}
.rules{display:flex;flex-direction:column;gap:13px}
.rule{display:flex;gap:14px;align-items:flex-start;padding:15px 18px;border-radius:14px;background:white;border:1px solid var(--line);font-size:14px}
.rule b{font-size:17px;line-height:1.1}
.rule.good b{color:var(--green)}
.rule.bad b{color:var(--orange)}
.faq{background:var(--paper)}
.faq h2{margin-bottom:40px}
.faq-list{max-width:900px;border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line);padding:0}
summary{cursor:pointer;list-style:none;padding:22px 5px;font-family:Space Grotesk;font-weight:700;font-size:17px;display:flex;justify-content:space-between}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";font-size:23px;font-weight:400;color:var(--green)}
details[open] summary:after{content:"−"}
details p{padding:0 45px 23px 5px;color:var(--ink-soft);font-size:14px}
.contact{background:var(--green-dark);color:white}
.contact-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start;max-width:1200px;margin:auto}
.contact .section-label{color:var(--sage)}
.contact h2{max-width:620px}
.contact h2 span{color:var(--sage)}
.contact-copy>p{color:var(--sage);font-size:17px;max-width:560px;margin-top:22px}
.contact-points{display:flex;flex-direction:column;gap:9px;margin-top:30px;color:var(--sage);font-size:14px;font-weight:600}
.form-card{background:white;color:var(--ink);padding:35px;border-radius:25px;box-shadow:0 30px 70px rgba(0,0,0,.18)}
.form-card h3{font-size:28px}
.form-intro{font-size:13px;color:var(--ink-soft);margin:7px 0 22px}
form{display:flex;flex-direction:column}
label{font-size:12px;font-weight:800;margin:12px 0 7px}
input,textarea,select{font:14px "Plus Jakarta Sans";width:100%;border:1px solid #d5ddd6;border-radius:11px;padding:13px 14px;background:#fbfcf9;color:var(--ink);outline:none}
input:focus,textarea:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(29,91,79,.09)}
textarea{resize:vertical}
.checkbox{display:flex;gap:10px;align-items:flex-start;font-size:11px;font-weight:500;margin:18px 0}
.checkbox input{width:auto;margin-top:3px}
.form-button{width:100%;margin-top:4px}
.form-note{display:block;color:#718079;font-size:10px;line-height:1.5;margin-top:12px}
.site-footer{background:#0c2c26;color:var(--sage);display:flex;justify-content:space-between;gap:20px;align-items:center;padding:25px clamp(20px,7vw,110px);font-size:11px;flex-wrap:wrap}
.site-footer .brand{color:white}
@media(max-width:900px){
  .hero,.two-col,.philosophy,.zone-box,.contact-inner{grid-template-columns:1fr}
  .hero{padding-top:55px}
  .hero-visual{justify-self:center;max-width:620px}
  .section-heading{display:block}
  .section-heading>p{margin-top:20px}
  .steps{grid-template-columns:1fr}
  .step-number{margin-bottom:35px}
  .category-grid{grid-template-columns:1fr}
  .philosophy-art{order:2;justify-self:center}
  .zone-box{gap:35px}
}
@media(max-width:600px){
  .site-header{height:70px}
  .header-cta{padding:9px 13px;font-size:12px}
  .hero{min-height:auto;padding:55px 20px 70px}
  h1{font-size:45px}
  .hero-text{font-size:16px}
  .trust-row{gap:9px;flex-direction:column}
  .section{padding:75px 20px}
  .category-card{grid-template-columns:1fr}
  .category-card img{height:190px}
  .zone-box{padding:30px 22px}
  .form-card{padding:25px 20px}
  .site-footer{align-items:flex-start;flex-direction:column}
}

@media(max-width:600px){h1{font-size:47px}h2{font-size:39px}.hero-text{font-size:17px}.category-card h3{font-size:22px}.step h3{font-size:25px}}

/* Deuxième Chemin — photo layer, same visual language */
.brand-logo{width:178px;height:auto;display:block}
.footer-logo{width:170px;height:auto;display:block}
.hero-photo-wrap{position:relative;overflow:hidden;border-radius:34px 34px 34px 110px;background:var(--sage);box-shadow:0 28px 60px rgba(24,50,44,.14);animation:heroFloat 6s ease-in-out infinite}
.hero-photo-wrap>img{width:100%;aspect-ratio:1.22/1;object-fit:cover;transition:transform .8s ease;animation:heroZoom 9s ease-in-out infinite alternate}
.hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.04),transparent 45%,rgba(29,91,79,.08));pointer-events:none}
.hero-swoosh{position:absolute;z-index:2;color:#fff;font-size:56px;font-weight:700;text-shadow:0 3px 10px rgba(0,0,0,.12);animation:swooshMove 3.5s ease-in-out infinite}
.swoosh-one{right:16%;top:13%;transform:rotate(-18deg)}
.swoosh-two{right:22%;top:31%;color:var(--accent);font-size:44px;animation-delay:.7s}
.hero-dot{position:absolute;z-index:3;bottom:18px;width:10px;height:10px;border-radius:50%;background:var(--green);animation:dotPulse 2.2s ease-in-out infinite}
.dot-one{left:43%}.dot-two{left:48%;background:#fff;border:2px solid var(--ink);animation-delay:.25s}.dot-three{left:53%;background:#fff;border:2px solid var(--ink);animation-delay:.5s}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes heroZoom{0%{transform:scale(1)}100%{transform:scale(1.035)}}
@keyframes swooshMove{0%,100%{opacity:.72;transform:translate(0,0) rotate(-18deg)}50%{opacity:1;transform:translate(-9px,-5px) rotate(-10deg)}}
@keyframes dotPulse{0%,100%{transform:scale(1);opacity:.8}50%{transform:scale(1.25);opacity:1}}
.category-grid-7{grid-template-columns:repeat(4,1fr)}
.category-grid-7 .category-card{display:block;min-height:0}
.category-grid-7 .category-card img{height:185px;width:100%;object-fit:cover}
.category-grid-7 .category-card>div{padding:20px}
.category-grid-7 .category-card h3{font-size:20px;margin:12px 0 7px}
.category-grid-7 .category-card p{font-size:13px}
.philosophy-art img{width:100%;aspect-ratio:1.05/1;object-fit:cover;border-radius:28px;box-shadow:0 25px 55px rgba(0,0,0,.18)}
@media(max-width:1100px){.category-grid-7{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.category-grid-7{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.brand-logo{width:150px}.footer-logo{width:155px}.category-grid-7{grid-template-columns:1fr}.category-grid-7 .category-card img{height:210px}.hero-photo-wrap{border-radius:28px 28px 28px 80px}.hero-swoosh{font-size:42px}}

.category-grid-7{grid-template-columns:repeat(2,1fr)}
.category-grid-7 .category-card img{min-height:230px}
@media(max-width:900px){.category-grid-7{grid-template-columns:1fr}}

/* Version 5 catégories — cartes plus compactes pour une image plus nette */
.category-grid-5{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.category-grid-5 .category-card{display:block;min-height:0;border-radius:20px}
.category-grid-5 .category-card img{height:135px;width:100%;object-fit:cover;display:block}
.category-grid-5 .category-card>div{padding:16px 15px 18px}
.category-grid-5 .category-card>div>span{font-size:10px}
.category-grid-5 .category-card h3{font-size:17px;line-height:1.15;margin:9px 0 6px}
.category-grid-5 .category-card p{font-size:12px;line-height:1.45}
@media(max-width:1150px){.category-grid-5{grid-template-columns:repeat(3,1fr)}.category-grid-5 .category-card img{height:155px}}
@media(max-width:800px){.category-grid-5{grid-template-columns:repeat(2,1fr)}.category-grid-5 .category-card img{height:150px}}
@media(max-width:520px){.category-grid-5{grid-template-columns:1fr}.category-grid-5 .category-card img{height:190px}}


/* Tally — intégration dans le style Deuxième Chemin */
.tally-card{padding:clamp(18px,2.8vw,30px);overflow:hidden;}
.tally-wrapper{width:100%;max-width:680px;margin:0 auto;overflow:hidden;border-radius:18px;background:transparent;}
.tally-wrapper iframe{display:block;width:100%;min-height:1987px;border:0;background:transparent;}
@media(max-width:760px){.tally-card{padding:12px}.tally-wrapper{max-width:100%;border-radius:14px}.tally-wrapper iframe{min-height:2100px;}}


/* V7 — FAQ : exemples d'objets laissés de côté, dans le même accordéon */
.faq-examples-content{padding:0 45px 28px 5px;color:var(--ink-soft);}
.faq-examples-intro{font-size:14px;line-height:1.65;margin:0 0 20px;}
.faq-examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0 0 22px;}
.faq-examples-grid>div{background:#F8F2E6;border-radius:14px;padding:18px;}
.faq-examples-grid h4{font-family:Manrope,sans-serif;color:var(--green-dark);font-size:15px;margin:0 0 8px;}
.faq-examples-grid p{padding:0;margin:0;color:var(--ink-soft);font-size:13px;line-height:1.6;}
.faq-examples-note{padding:15px 17px;background:#E1ECE6;border-radius:12px;margin:0;color:var(--ink-soft);font-size:13px;line-height:1.6;}
.faq-examples-note strong{color:var(--green-dark);}
.form-title{font-family:Manrope,sans-serif;font-size:40px;line-height:1.12;color:var(--green-dark);margin:0 0 14px;}
.form-title-spacer{height:2px;}
@media(max-width:900px){.faq-examples-grid{grid-template-columns:1fr;gap:12px;}}
@media(max-width:600px){.faq-examples-content{padding:0 20px 24px 5px}.form-title{font-size:36px;margin-bottom:14px;}}
