.guide{padding:var(--space-3xl) 0 var(--space-4xl,6rem)}.guide__header{text-align:center;margin-bottom:var(--space-3xl)}.guide__header h1{font-size:clamp(1.85rem,4.5vw,3rem);line-height:1.15;letter-spacing:-.015em;max-width:24ch;margin:var(--space-md) auto var(--space-xl)}.guide__intro{max-width:62ch;margin:0 auto var(--space-md);color:var(--color-text-muted);font-size:1.075rem;line-height:1.7;text-align:left}.guide__section{margin-top:var(--space-3xl)}.guide__section-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:var(--space-xl);text-align:center}.guide__items,.guide__warnings{display:flex;flex-direction:column;gap:var(--space-xl)}.guide-item,.guide-warning{display:grid;grid-template-columns:auto 1fr;gap:var(--space-lg);padding:var(--space-xl);background:#ffffff05;border:1px solid #ffffff0f;border-radius:var(--radius-lg)}.guide-item__number,.guide-warning__number{font-family:var(--font-display);font-size:2rem;font-weight:700;line-height:1;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;min-width:2.5rem}.guide-warning__number{background:linear-gradient(135deg,#f97316,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.guide-item__body h3,.guide-warning__body h3{margin:0 0 var(--space-sm);font-size:1.25rem}.guide-item__body p,.guide-warning__body p{color:var(--color-text-muted);line-height:1.7;margin:0 0 var(--space-sm)}.guide-item__body p:last-child,.guide-warning__body p:last-child{margin-bottom:0}.guide-item__body strong{color:var(--color-text);font-weight:600}.guide__outro{margin-top:var(--space-3xl);padding:var(--space-2xl);border-top:1px solid #ffffff14;text-align:left}.guide__outro h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:var(--space-lg)}.guide__outro p{max-width:62ch;color:var(--color-text-muted);line-height:1.7;margin-bottom:var(--space-md)}.guide__cta{display:flex;flex-wrap:wrap;gap:var(--space-md)}.guide__cta,.guide__sig{margin-top:var(--space-xl)}.guide__sig{font-style:italic;color:var(--color-text-muted)}@media (max-width:640px){.guide-item,.guide-warning{grid-template-columns:1fr;padding:var(--space-lg)}}