@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; color: #263e47; background: #f7f6f2; font: 16px/24px "Open Sans",Arial,sans-serif; }
.works-header { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; padding: 10px max(24px,calc((100% - 1210px)/2)); border-bottom: 1px solid #d9d9d4; background: #fff; }
.works-brand { display: flex; align-items: center; gap: 12px; color: #234c5b; text-decoration: none; }
.works-brand img { width: auto; height: 58px; }
.works-brand span { display: grid; }
.works-brand strong { font-size: 16px; }
.works-brand small { color: #68777c; }
.works-home { color: #007da4; font-weight: 700; text-decoration: none; }
.works-hero { padding: clamp(72px,9vw,120px) 32px; color: #fff; background: linear-gradient(130deg,#193946,#2e6574); }
.works-hero > div,.works-library { width: min(100%,1210px); margin: auto; }
.works-hero span { color: #e4bd72; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.works-hero h1 { max-width: 760px; margin: 12px 0 18px; font-size: clamp(34px,5vw,56px); line-height: 1.1; }
.works-hero p { max-width: 650px; margin: 0; font-size: 18px; line-height: 30px; }
.works-library { padding: 80px 32px 100px; }
.works-library-heading { margin-bottom: 34px; }
.works-library-heading h2 { margin: 0 0 8px; color: #234c5b; font-size: 35px; line-height: 42px; }
.works-library-heading p { margin: 0; color: #68777c; }
.works-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.works-card { position: relative; display: flex; height: 430px; flex-direction: column; overflow: hidden; border: 1px solid #ddd; background: #fff; transition: transform 180ms ease,box-shadow 180ms ease; }
.works-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px #19394624; }
.works-card > img,.works-placeholder { width: 100%; height: 180px; flex: 0 0 180px; object-fit: cover; }
.works-placeholder { display: flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg,#234c5b,#007da4); font-weight: 700; }
.works-card-body { display: flex; min-height: 0; flex: 1; flex-direction: column; padding: 22px; }
.works-type { color: #007da4; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.works-card h3 { display: -webkit-box; overflow: hidden; min-height: 56px; margin: 8px 0; color: #234c5b; font-size: 20px; line-height: 28px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.works-card p { display: -webkit-box; overflow: hidden; margin: 0; color: #68777c; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.works-read { margin-top: auto; padding-top: 12px; color: #007da4; font-weight: 700; }
.works-card-link { position: absolute; inset: 0; z-index: 2; }
.works-download { position: relative; z-index: 3; width: fit-content; margin-top: 5px; color: #234c5b; font-size: 14px; font-weight: 700; }
.works-status { grid-column: 1/-1; padding: 56px 24px; color: #68777c; background: #fff; text-align: center; }
.works-footer { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 32px; color: #fff; background: #193946; }
.works-footer img { width: auto; height: 76px; }
@media(max-width:900px){.works-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.works-header{align-items:flex-start}.works-brand span{display:none}.works-hero{padding-right:20px;padding-left:20px}.works-library{padding:64px 20px}.works-grid{grid-template-columns:1fr}.works-footer{flex-direction:column;text-align:center}}
