.step-icon .icon-badge{height:auto;width:auto;--icon-glyph-size:1.75rem;background:transparent}.step-icon .icon-badge svg{height:1.75rem;width:1.75rem}.grayscale-icons .step-icon,.grayscale-icons .step-icon img,.grayscale-icons .step-icon svg{filter:grayscale(100%);-webkit-filter:grayscale(100%)}.steps-grid{display:grid;gap:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));margin-bottom:var(--space-sm);position:relative}.step-item{align-items:center;display:flex;flex-direction:column;padding:var(--space-lg) var(--space-md);position:relative;text-align:center}.step-item:not(:last-child):after{background:linear-gradient(90deg,var(--clr-gold) 0,rgba(196,154,60,.3) 100%);content:"";height:2px;position:absolute;right:-1px;top:28px;width:calc(50% + 1px)}.step-item:not(:first-child):before{background:linear-gradient(90deg,rgba(196,154,60,.3) 0,var(--clr-gold) 100%);content:"";height:2px;left:0;position:absolute;top:28px;width:50%}.step-num{align-items:center;background:var(--clr-navy);border-radius:50%;box-shadow:0 0 0 4px var(--clr-white),0 0 0 6px rgba(196,154,60,.2);color:var(--clr-gold);display:flex;flex-shrink:0;font-family:var(--font-display);font-size:1rem;font-weight:700;height:56px;justify-content:center;letter-spacing:.03em;margin-bottom:var(--space-md);position:relative;width:56px;z-index:1}.step-icon{font-size:1.75rem;line-height:1;margin-bottom:.75rem}.step-content h3{font-size:1.125rem;margin-bottom:.5rem}.step-content p{color:var(--clr-slate);font-size:.9rem;margin-inline:auto;max-width:220px}.steps-cta{margin-top:0;padding-top:0}@media (max-width:767px){.steps-grid{gap:var(--space-sm);grid-template-columns:1fr;margin-bottom:var(--space-md)}.step-item{align-items:flex-start;flex-direction:row;gap:var(--space-md);padding:var(--space-md);text-align:left}.step-item:after,.step-item:before{display:none}.step-item:not(:last-child){border-bottom:1px solid var(--clr-border)}.step-num{flex-shrink:0}.step-content p{margin-inline:0;max-width:100%}}