.projects-page{padding:4rem 2rem;max-width:1400px;margin:0 auto}.projects-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:var(--primary-color)}.projects-container{display:flex;flex-direction:column;gap:3rem}.project-card{display:grid;grid-template-columns:1fr 2fr;grid-gap:2rem;gap:2rem;background:white;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2rem}.project-image{position:relative;height:400px;border-radius:10px;overflow:hidden}.project-content{display:flex;flex-direction:column;gap:1.5rem}.project-content h2{color:var(--primary-color);font-size:2rem;margin-bottom:.5rem}.origin{font-style:italic;color:var(--text-secondary)}.properties{gap:1rem}.properties,.property{display:flex;flex-direction:column}.property{gap:.5rem}.property-bar{height:10px;background:#eee;border-radius:5px;overflow:hidden}.property-fill{height:100%;background:var(--primary-color);transition:width .3s ease}.applications h3,.detailed-description h3{color:var(--primary-color);margin-bottom:1rem}.applications ul{list-style:disc;margin-left:1.5rem}@media (max-width:768px){.project-card{grid-template-columns:1fr}.project-image{height:300px}}