.guide{background:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.steps article{display:flex;gap:1rem;padding:1.25rem;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#fff,#f3f7fc)}.steps article>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900}.steps article:nth-child(2)>span,.steps article:nth-child(5)>span{background:var(--pink)}.steps article:nth-child(3)>span,.steps article:nth-child(6)>span{background:var(--green)}.steps h3{margin:0 0 .35rem}.steps p{margin:0;color:var(--muted);font-size:.86rem}.guide-details{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-top:1.2rem}.guide details{border-radius:12px;background:#eef3fa;padding:1rem}.guide summary{cursor:pointer;font-weight:850}.guide details p{margin:.7rem 0 0;color:var(--muted)}.guide-cta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.2rem;padding:1rem 1.2rem;border-radius:14px;background:linear-gradient(120deg,#ffd326,#ff9d42)}.guide-cta a{color:#16213a;font-weight:900;text-decoration:none}.guide-cta span{font-size:.74rem;font-weight:750}@media(max-width:850px){.steps{grid-template-columns:1fr 1fr}.guide-details{grid-template-columns:1fr}.guide-cta{display:block}.guide-cta span{display:block;margin-top:.7rem}}@media(max-width:600px){.steps{grid-template-columns:1fr}}
