.hg-dual-path-grid{grid-template-columns:1fr;gap:1rem;display:grid}.hg-dual-path-card{flex-direction:column;gap:.5rem;min-height:440px;padding:1.5rem;display:flex}.hg-dual-path-card .hg-card-icon{width:32px;height:32px;color:var(--muted-foreground);margin-bottom:.75rem}.hg-dual-path-card .hg-card-icon svg{width:32px;height:32px}.hg-dual-path-content{flex-direction:column;flex:1;justify-content:center;gap:.75rem;display:flex}.hg-dual-path-wrapper .hg-section-heading{font-family:var(--font-serif);font-weight:400;font-size:var(--hg-text-display-lg)}.hg-dual-path-content .hg-card-title{margin-bottom:.25rem}.hg-dual-path-card .hg-card-footer{margin-top:auto}.hg-dual-path-steps{counter-reset:step;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.hg-dual-path-steps li{counter-increment:step;font-size:var(--text-base);color:var(--muted-foreground);align-items:baseline;gap:.625rem;display:flex}.hg-dual-path-steps li:before{content:counter(step);font-family:var(--font-mono);font-size:var(--text-sm);color:var(--muted-foreground);flex-shrink:0;font-weight:600}.hg-dual-path-links{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (width>=768px){.hg-dual-path-grid{grid-template-columns:1fr 1fr}.hg-dual-path-card{min-height:440px;padding:2rem}}
