.projects-page{background-color:#fff;min-height:100vh}.projects-hero{background:linear-gradient(#f5f7fa 0%,#fff 100%);padding:140px 0 100px}.projects-hero__container{max-width:1280px;margin:0 auto;padding:0 24px}.projects-hero__back-button{color:#105c92;margin-bottom:32px;font-weight:500;text-decoration:none;transition:transform .2s;display:inline-block}.projects-hero__back-button:hover{transform:translate(-4px)}.projects-hero__content{max-width:896px}.projects-hero__title{color:#1b1b1b;margin-bottom:24px;font-size:48px;font-weight:700;line-height:1.2}.projects-hero__subtitle{color:#666;font-size:24px;line-height:1.5}.projects-grid-section{background-color:#fff;padding:64px 0}.projects-grid-section__container{max-width:1280px;margin:0 auto;padding:0 24px}.projects-grid{grid-template-columns:repeat(1,1fr);gap:32px;display:grid}.project-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.project-card:hover{border-color:#105c9280;transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.project-card__image-wrapper{aspect-ratio:16/10;overflow:hidden}.project-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-card__image{transform:scale(1.1)}.project-card__content{padding:24px}.project-card__category-wrapper{margin-bottom:12px}.project-card__category{color:#105c92;background-color:#105c921a;border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.project-card__title{color:#1b1b1b;margin-bottom:12px;font-size:20px;font-weight:700;line-height:1.4;transition:color .2s}.project-card:hover .project-card__title{color:#105c92}.project-card__description{color:#666;margin-bottom:16px;font-size:14px;line-height:1.6}.project-card__metrics{color:#666;border-top:1px solid #e5e7eb;gap:16px;padding-top:16px;font-size:12px;display:flex}.project-card__metric{flex:1}.project-card__metric-value{color:#105c92;margin-bottom:4px;font-weight:600}.project-card__metric-label{font-size:11px}.projects-cta{background-color:#105c920d;padding:64px 0}.projects-cta__container{text-align:center;max-width:1280px;margin:0 auto;padding:0 24px}.projects-cta__title{color:#1b1b1b;margin-bottom:24px;font-size:36px;font-weight:700}.projects-cta__description{color:#666;max-width:768px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:20px}.projects-cta__button{padding:12px 32px;font-size:18px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}.projects-hero__title{font-size:60px}.projects-cta__title{font-size:42px}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.projects-hero{padding-top:96px;padding-bottom:48px}.projects-hero__title{font-size:36px}.projects-hero__subtitle{font-size:18px}.projects-grid-section,.projects-cta{padding:48px 0}.projects-cta__title{font-size:28px}.projects-cta__description{font-size:16px}}
