
.guide-main{position:relative;z-index:1}
.guide-hero{padding:clamp(6rem,11vw,9rem) 0 clamp(3.5rem,7vw,5.5rem);border-bottom:1px solid var(--line)}
.guide-hero__inner{max-width:920px}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:.55rem;color:var(--muted);font-size:.82rem;margin-bottom:1.3rem}
.breadcrumbs a{color:var(--primary);text-decoration:none}
.guide-hero h1{max-width:900px;margin:0;font-size:clamp(2.5rem,6vw,5.4rem);line-height:.98;letter-spacing:-.05em;text-wrap:balance}
.guide-hero p{max-width:760px;margin:1.5rem 0 0;color:var(--muted-strong);font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.75}
.guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:clamp(2rem,6vw,5rem);padding-block:clamp(3.5rem,7vw,6rem)}
.guide-article{min-width:0}
.guide-section{padding:0 0 2.7rem;margin:0 0 2.7rem;border-bottom:1px solid var(--line)}
.guide-section:last-child{border-bottom:0}
.guide-section h2{margin:0 0 1rem;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.15}
.guide-section p,.guide-section li{color:var(--muted-strong);line-height:1.8}
.guide-section ul{padding-left:1.2rem}
.guide-table{display:grid;gap:.75rem;margin-top:1.4rem}
.guide-table>div{display:grid;grid-template-columns:1.1fr 2fr auto;gap:1rem;align-items:center;border:1px solid var(--line);border-radius:18px;padding:1rem;background:rgba(255,255,255,.035)}
.guide-table span{color:var(--muted);font-size:.9rem;line-height:1.5}
.guide-table b{color:var(--primary);white-space:nowrap}
.guide-sidebar{position:relative}
.guide-cta{position:sticky;top:108px;border:1px solid var(--line);border-radius:24px;padding:1.35rem;background:linear-gradient(150deg,rgba(22,29,52,.93),rgba(9,13,28,.96))}
.guide-cta strong{font-size:1.25rem;line-height:1.25}
.guide-cta p{color:var(--muted);line-height:1.6}
.guide-cta .button{width:100%;margin-top:.65rem}
.guide-main .faq-list details{background:rgba(255,255,255,.025)}
@media(max-width:900px){.guide-layout{grid-template-columns:1fr}.guide-cta{position:static}.guide-sidebar{order:-1}}
@media(max-width:680px){.guide-table>div{grid-template-columns:1fr}.guide-table b{white-space:normal}}
