.guides-hero{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(0,1.1fr);gap:var(--space-8);align-items:center}.guides-hero-text{max-width:640px}.guides-hero-visual{max-width:520px;margin-left:auto}.section-guides-overview .notice{margin-top:var(--space-4)}.guides-grid{margin-top:var(--space-6)}.guides-card{display:flex;flex-direction:column;gap:var(--space-4)}.guides-card-media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.guides-card-body h3{margin-bottom:var(--space-2)}.guides-card-list{margin-top:var(--space-2);margin-bottom:var(--space-3);padding-left:var(--space-4)}.guides-card-list li{list-style:disc;color:var(--color-text-muted);font-size:var(--font-size-sm);line-height:var(--line-height-relaxed);margin-bottom:var(--space-1)}.section-next-steps .card{background:var(--color-surface-elevated)}.section-next-links{gap:var(--space-4)}.section-next-card h3{margin-bottom:var(--space-2);font-size:var(--font-size-xl)}.section-next-card p{margin-bottom:var(--space-3)}@media(max-width:1024px){.guides-hero{grid-template-columns:1fr;gap:var(--space-6)}.guides-hero-visual{order:-1;max-width:none;margin:0 auto}}@media(max-width:768px){.section-next-links{grid-template-columns:1fr}.guides-card-media{max-height:220px}.guides-card-media img{width:100%;height:100%;object-fit:cover}}