.project-container{max-width:1400px;margin:auto;padding:80px 20px;color:#1f2937;background:#fff}.project-header{text-align:center;margin-bottom:50px}.project-title{font-size:2.6rem;font-weight:700;margin-bottom:10px;color:#0f172a}.project-subtitle{font-size:1.1rem;color:#64748b}.project-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center;margin-bottom:70px}.project-image-box{border-radius:18px;overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.15);transition:transform .3s ease}.project-image-box:hover{transform:translateY(-5px)}.project-image{width:100%;height:auto;object-fit:cover}.project-intro-box{font-size:1.05rem;line-height:1.8;color:#334155}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px}.project-card{background:linear-gradient(145deg,#fff,#f1f5f9);padding:32px;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .3s ease}.project-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.project-card h2{font-size:1.4rem;margin-bottom:12px;color:#0f172a}.project-card p{line-height:1.7;color:#475569}.project-card ul{padding-left:18px}.project-card ul li{margin-bottom:8px;color:#475569}.project-footer{text-align:center;margin-top:70px;font-size:.95rem;color:#64748b}@media (max-width:900px){.project-hero{grid-template-columns:1fr}.project-title{font-size:2.1rem}}@media (max-width:480px){.project-container{padding:50px 15px}.project-title{font-size:1.8rem}.project-card{padding:25px}}