/* ETIKID Service — centre de guides et parcours d'activation */
.guide-page{padding:clamp(1rem,3vw,2.5rem) 0 4.5rem;color:var(--etk-text)}
.guide-container{width:min(1180px,calc(100% - 2rem));margin:auto}
.guide-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);gap:2rem;align-items:center;padding:clamp(1.5rem,4vw,3.5rem);border:1px solid var(--etk-border);border-top:5px solid var(--etk-emerald-600);border-radius:18px;background:#fff;box-shadow:var(--etk-shadow);overflow:hidden}
.guide-hero h1{margin:.65rem 0 1rem;color:var(--etk-navy-950);font-size:clamp(2rem,5vw,4rem);font-weight:800;letter-spacing:-.045em;line-height:1.02}
.guide-hero p{max-width:67ch;margin:0;color:var(--etk-muted);font-size:1.03rem;line-height:1.75}
.guide-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}
.guide-hero-visual{min-height:250px;display:grid;place-items:center;border:1px solid var(--etk-border);border-radius:16px;background:linear-gradient(145deg,var(--etk-blue-50),#fff)}
.guide-hero-visual i{font-size:5.5rem;color:var(--etk-emerald-700)}
.guide-hero-visual span{display:block;margin-top:1rem;color:var(--etk-navy-900);font-weight:800;text-align:center}
.guide-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.25rem 0 2.5rem}
.guide-trust-item{display:flex;gap:.85rem;align-items:flex-start;padding:1rem;border:1px solid var(--etk-border);border-radius:12px;background:#fff}
.guide-trust-item i{width:2rem;height:2rem;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:var(--etk-emerald-100);color:var(--etk-emerald-700)}
.guide-trust-item strong{display:block;color:var(--etk-navy-950)}
.guide-trust-item span{display:block;margin-top:.2rem;color:var(--etk-muted);font-size:.86rem;line-height:1.45}
.guide-section{margin-top:3.5rem;scroll-margin-top:100px}
.guide-section-head{max-width:760px;margin-bottom:1.35rem}
.guide-section-head h2{margin:.4rem 0;color:var(--etk-navy-950);font-size:clamp(1.6rem,3vw,2.35rem);font-weight:800;letter-spacing:-.03em}
.guide-section-head p{margin:0;color:var(--etk-muted);line-height:1.65}
.guide-situations{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.guide-situation{display:flex;flex-direction:column;min-height:210px;padding:1.25rem;border:1px solid var(--etk-border);border-radius:14px;background:#fff;color:inherit;text-decoration:none;box-shadow:var(--etk-shadow-sm)}
.guide-situation:hover{border-color:var(--etk-emerald-600);transform:translateY(-2px)}
.guide-situation-icon{width:2.8rem;height:2.8rem;display:grid;place-items:center;border-radius:10px;background:var(--etk-emerald-100);color:var(--etk-emerald-700);font-size:1.2rem}
.guide-situation h3{margin:1rem 0 .4rem;color:var(--etk-navy-950);font-size:1.05rem;font-weight:800}
.guide-situation p{margin:0 0 1rem;color:var(--etk-muted);font-size:.9rem;line-height:1.55}
.guide-situation span{margin-top:auto;color:var(--etk-emerald-700);font-weight:750;font-size:.88rem}
.guide-steps{display:grid;gap:1rem;counter-reset:guide-step}
.guide-step{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);gap:1rem;padding:1.25rem;border:1px solid var(--etk-border);border-radius:14px;background:#fff;box-shadow:var(--etk-shadow-sm);counter-increment:guide-step}
.guide-step-number{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:var(--etk-navy-900);color:#fff;font-size:1.1rem;font-weight:800}
.guide-step-number::before{content:counter(guide-step)}
.guide-step h3{margin:.05rem 0 .35rem;color:var(--etk-navy-950);font-size:1.08rem;font-weight:800}
.guide-step p{margin:0;color:var(--etk-muted);line-height:1.62}
.guide-step-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}
.guide-result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}
.guide-result{padding:1.25rem;border:1px solid var(--etk-border);border-radius:14px;background:#fff}
.guide-result.primary{border-top:4px solid var(--etk-emerald-600)}
.guide-result.secondary{border-top:4px solid #6955a5}
.guide-result h3{margin:.75rem 0 .4rem;color:var(--etk-navy-950);font-size:1.05rem;font-weight:800}
.guide-result p{margin:0;color:var(--etk-muted);font-size:.9rem;line-height:1.55}
.guide-result i{font-size:1.45rem;color:var(--etk-emerald-700)}
.guide-result.secondary i{color:#6955a5}
.guide-callout{display:flex;gap:1rem;align-items:flex-start;margin-top:1.25rem;padding:1.15rem;border-left:5px solid var(--etk-emerald-700);border-radius:0 12px 12px 0;background:#ecfdf3}
.guide-callout.warning{border-left-color:var(--etk-warning);background:#fffaeb}
.guide-callout i{margin-top:.15rem;color:var(--etk-emerald-700)}
.guide-callout.warning i{color:var(--etk-warning)}
.guide-callout strong{display:block;color:var(--etk-navy-950)}
.guide-callout p{margin:.25rem 0 0;color:var(--etk-muted);line-height:1.55}
.guide-faq{display:grid;gap:.75rem}
.guide-faq details{border:1px solid var(--etk-border);border-radius:12px;background:#fff;overflow:hidden}
.guide-faq summary{cursor:pointer;padding:1rem 1.15rem;color:var(--etk-navy-950);font-weight:800;list-style:none}
.guide-faq summary::-webkit-details-marker{display:none}
.guide-faq details p{margin:0;padding:0 1.15rem 1.15rem;color:var(--etk-muted);line-height:1.6}
.guide-final{display:flex;justify-content:space-between;gap:1.5rem;align-items:center;margin-top:3.5rem;padding:1.5rem;border-radius:16px;background:var(--etk-navy-950);color:#fff}
.guide-final h2{margin:0 0 .35rem;font-size:1.35rem;font-weight:800}
.guide-final p{margin:0;color:rgba(255,255,255,.72)}
.guide-final .etk-btn-secondary{border-color:#fff}
@media(max-width:900px){.guide-hero{grid-template-columns:1fr}.guide-hero-visual{min-height:180px}.guide-trust,.guide-situations{grid-template-columns:1fr}.guide-result-grid{grid-template-columns:1fr}.guide-final{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.guide-container{width:calc(100% - 1rem)}.guide-hero{padding:1.25rem;border-radius:12px}.guide-step{grid-template-columns:1fr}.guide-step-number{width:40px;height:40px}.guide-hero-actions,.guide-step-actions{flex-direction:column}.guide-hero-actions .etk-btn,.guide-step-actions .etk-btn,.guide-final .etk-btn{width:100%}}
