.case-study-detail-page{display:flex;flex-direction:column;min-height:100vh;width:100%;margin:0 auto;background:transparent;position:relative}.case-study-detail-page section{position:relative;z-index:1}.case-study-detail-loading{color:var(--color-text-light);font-size:24px}.case-study-detail-error,.case-study-detail-loading{display:flex;align-items:center;justify-content:center}.case-study-detail-error{flex-direction:column;gap:20px;padding:40px;text-align:center}.case-study-detail-error h2{font-size:48px;color:var(--color-text-light);margin:0}.case-study-detail-error p{font-size:20px;color:var(--color-text-light);opacity:.8;max-width:600px}