.guides-hero{position:relative;min-height:620px;overflow:hidden;display:grid;align-items:end;background:var(--brand-primary-dark);padding:170px 0 88px}.guides-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.guides-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(138,66,38,.86),rgba(46,94,78,.52));z-index:1}.guides-hero .container{z-index:2;max-width:900px}.guides-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08}.guides-hero .amsc-kicker,.guides-hero p{color:var(--brand-text-inverse)}.guides-timeline{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);grid-gap:18px;gap:18px;overflow-x:auto;padding-bottom:10px}.guides-timeline article{border-top:4px solid var(--brand-primary);border-radius:var(--brand-radius);background:var(--brand-bg-alt);padding:24px}.guides-timeline span{display:inline-flex;margin-bottom:10px;color:var(--brand-primary-dark);font-weight:800}.guides-showcase{background:var(--brand-bg-alt)}.guide-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.guide-feature-grid article,.guide-logo-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:22px}.guide-feature-grid strong{display:block;color:var(--brand-primary-dark);margin-bottom:8px}.guide-feature-grid span{color:var(--brand-text)}.guide-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.guides-counter{background:var(--brand-bg-alt)}.guide-count-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;text-align:center}.guide-count-grid div{border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:var(--brand-radius);padding:24px}.guide-count-grid strong{display:block;color:var(--brand-primary-dark);font-size:2.4rem;line-height:1}.guide-count-grid span{display:block;color:var(--brand-text);font-weight:800;margin-top:8px}.guides-cta{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary));text-align:center}.guides-cta h2,.guides-cta p{color:var(--brand-text-inverse)}.guides-cta p{max-width:760px;margin:0 auto 24px}@media (max-width:991px){.guide-count-grid,.guide-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.guide-count-grid,.guide-feature-grid,.guide-logo-grid{grid-template-columns:1fr}}