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