.buying-hero-stage{position:relative;overflow:hidden;background:var(--brand-primary-dark);color:var(--brand-text-inverse);min-height:650px;display:grid;align-items:center}.buying-hero__bg,.buying-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.buying-hero__bg{-o-object-fit:cover;object-fit:cover;z-index:0}.buying-hero__overlay{background:linear-gradient(180deg,rgba(35,32,28,.56),rgba(89,90,37,.82));z-index:1}.buying-hero-stage .container{position:relative;z-index:2;max-width:820px}.buying-hero-stage .eyebrow,.buying-hero-stage h1,.buying-hero-stage p{color:var(--brand-text-inverse)}.narrow{max-width:850px;text-align:center}.guide-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.guide-card-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:28px}.guide-card-grid span{display:inline-grid;align-items:center;justify-items:center;place-items:center;min-width:76px;height:42px;padding:0 12px;background:var(--brand-primary-light);color:var(--brand-text);font-weight:800;border-radius:var(--brand-radius);margin-bottom:18px}.progress-layout{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(320px,1fr);grid-gap:42px;gap:42px;align-items:center}.guide-bars{display:grid;grid-gap:18px;gap:18px}.guide-bar{display:grid;grid-gap:10px;gap:10px}.guide-bar span{display:flex;justify-content:space-between;gap:12px}.guide-bar em,.guide-bar strong{color:var(--brand-text)}.guide-bar em{font-style:normal;opacity:.72}.guide-bar::after{content:"";display:block;height:12px;background:var(--brand-bg-alt);border-radius:99px;border:1px solid var(--brand-border)}.guide-bar b{display:block;height:12px;margin-top:-22px;background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary));border-radius:99px}.credential-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.credential-row span{border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:var(--brand-radius);padding:14px 18px;color:var(--brand-text);font-weight:800}.buying-cta{text-align:center}.buying-cta .container{max-width:760px}@media (max-width:991px){.guide-card-grid,.progress-layout{grid-template-columns:1fr}}