.step-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1.5rem;background:var(--blanco);border:1px solid var(--border-hairline);border-radius:var(--radius-md);height:100%;transition:transform var(--transition-smooth),box-shadow var(--transition-smooth)}.step-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-min)}.step-card__number-wrapper{width:100%;margin-bottom:.75rem}.step-card__number{display:block;font-family:var(--font-display);font-weight:800;font-size:clamp(2.4rem,1.8rem + 2.4vw,3.4rem);line-height:1;color:var(--emerald)}.step-card__number:before{content:"0"}.step-card__number:after{content:"."}.step-card__number-wrapper:has(.step-card__icon){display:grid;place-items:center;aspect-ratio:1 / 1;background:var(--midnight);border-radius:var(--radius-md);color:var(--emerald-tec);margin-bottom:1rem}.step-card__icon{width:clamp(48px,30%,80px);height:auto}.step-card__title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--tinta);margin-bottom:.5rem;line-height:1.3}.step-card__description{font-size:.9rem;color:var(--text-muted);line-height:1.55;margin-bottom:0}
