.impact-study-page{min-height:100vh;background-color:#000;color:#fff;display:flex;flex-direction:column}.impact-study-main{flex:1;padding-top:80px}.impact-hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 6%;align-items:center;min-height:60vh}.impact-hero-content{display:flex;flex-direction:column;gap:1.5rem}.impact-category{font-family:Inter,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:#888;border:1px solid #333;padding:.5rem 1rem;width:-moz-fit-content;width:fit-content;border-radius:999px}.impact-hero-content h1{font-family:Outfit,sans-serif;font-size:4rem;line-height:1.1;font-weight:600;background:linear-gradient(180deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0}.impact-subtitle{font-family:Inter,sans-serif;font-size:1.25rem;line-height:1.6;color:#ccc;max-width:600px}.impact-hero-image-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.impact-hero-image{width:100%;max-height:500px;-o-object-fit:cover;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1)}.impact-article{padding:4rem 6%;background:linear-gradient(180deg,#000,#0a0a0a);display:flex;justify-content:center}.article-content{max-width:800px;font-family:Inter,sans-serif;color:#ccc;line-height:1.8;font-size:1.1rem}.article-content h2{font-family:Outfit,sans-serif;color:#fff;font-size:2rem;margin-bottom:2rem}.article-content p{margin-bottom:1.5rem}.article-content blockquote{border-left:2px solid #fff;padding-left:2rem;margin:2rem 0;font-style:italic;font-size:1.3rem;color:#fff}.impact-study-error{min-height:100vh;background-color:#000;color:#fff;display:flex;flex-direction:column}.error-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem}.error-content h1{font-size:3rem;margin:0}.back-link{color:#fff;text-decoration:underline;margin-top:1rem}@media (max-width:768px){.impact-hero{grid-template-columns:1fr;padding:2rem 5%;gap:2rem}.impact-hero-content h1{font-size:2.5rem}}