
.standing-hero{min-height:650px;display:flex;align-items:center;background:
linear-gradient(90deg,rgba(14,40,27,.94),rgba(14,40,27,.55)),
url('https://images.unsplash.com/photo-1523438885200-e635ba2c371e?auto=format&fit=crop&w=2100&q=90') center/cover}
.standing-hero h1{color:#fff;max-width:900px}.standing-hero p{color:#dbe6df;max-width:650px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{padding:30px;border-left:2px solid var(--gold);background:#fff}.step strong{font:500 2.7rem var(--serif);color:var(--ink)}
.benefit{padding:34px;border-radius:20px;background:#fff;box-shadow:var(--shadow)}
@media(max-width:900px){.steps{grid-template-columns:1fr 1fr}}@media(max-width:600px){.steps{grid-template-columns:1fr}}
