.guide-hero{height:500px;background-size:cover;background-position:center;position:relative;margin-bottom:2rem;border-radius:8px;overflow:hidden}.guide-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}.guide-title{color:#fff;font-size:3rem;margin-bottom:1rem;max-width:800px}.guide-subtitle{color:#fff;font-size:1.5rem;margin-bottom:2rem;max-width:700px}.quick-facts{background:#f9f9f9;border-radius:8px;padding:1.5rem;margin-bottom:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.quick-fact{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem}.quick-fact-icon{font-size:2rem;color:var(--primary-color);margin-bottom:.5rem}.quick-fact-label{font-weight:700;margin-bottom:.3rem}.quick-fact-value{color:#666}.guide-section{margin-bottom:3rem}.guide-section-title{color:var(--primary-color);margin-bottom:1.5rem;border-bottom:2px solid #eee;padding-bottom:.5rem}.guide-image{border-radius:8px;overflow:hidden;margin:1.5rem 0}.related-guides{background:#f9f9f9;padding:2rem;border-radius:8px;margin-top:3rem}.related-guides-title{margin-bottom:1.5rem;text-align:center}.related-guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media (max-width:768px){.guide-hero{height:400px}.guide-title{font-size:2.5rem}.guide-subtitle{font-size:1.25rem}.quick-facts{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.related-guides-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}