.recent-projects-page{background:#f0f2f5;padding-bottom:80px}.recent-projects-hero{isolation:isolate;justify-content:center;align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.recent-projects-hero__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform 8s ease-out;position:absolute;inset:0;transform:scale(1.02)}.recent-projects-hero:hover .recent-projects-hero__bg{transform:scale(1.08)}.recent-projects-hero__overlay{z-index:1;background:linear-gradient(135deg,#002855e0 0%,#0c3d6ed1 100%);position:absolute;inset:0}.recent-projects-hero__container{z-index:2;text-align:center;padding:64px 24px 56px;position:relative}.recent-projects-hero__tag{margin-bottom:12px}.recent-projects-hero__title{font-family:var(--font-geologica),sans-serif;color:var(--white);text-shadow:0 2px 20px #0003;margin:0 0 16px;font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.15}.recent-projects-hero__sub{color:#ffffffeb;max-width:640px;margin:0 auto 32px;font-size:clamp(15px,2vw,18px);line-height:1.6}.recent-projects-hero__stats{flex-wrap:wrap;justify-content:center;gap:48px;display:flex}.rp-stat{flex-direction:column;align-items:center;gap:4px;display:flex}.rp-stat__number{font-family:var(--font-geologica),sans-serif;color:var(--primary-yellow);font-size:2.5rem;font-weight:800;line-height:1}.rp-stat__label{text-transform:uppercase;letter-spacing:.08em;color:#ffffffd9;font-size:13px;font-weight:700}.recent-projects-filters-wrap{background:var(--white);z-index:10;padding:20px 0;position:sticky;top:0;box-shadow:0 4px 20px #0000000f}.recent-projects-filters{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.recent-projects-filter-btn{background:var(--white);color:var(--primary-blue);cursor:pointer;border:2px solid #e2e8f0;border-radius:50px;padding:12px 20px;font-size:14px;font-weight:700;transition:all .25s}.recent-projects-filter-btn:hover{border-color:var(--primary-yellow);color:var(--primary-blue);background:#a5c7741f}.recent-projects-filter-btn.is-active{background:var(--primary-blue);border-color:var(--primary-blue);color:var(--white)}.recent-projects-grid-wrap{padding:48px 0 56px}.recent-projects-count{text-align:center;color:#64748b;margin-bottom:28px;font-size:15px}.recent-projects-count strong{color:var(--primary-blue)}.recent-projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;display:grid}.recent-projects-grid.is-animating .recent-project-card{animation:.5s both rp-card-in}@keyframes rp-card-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.recent-project-card{background:var(--white);cursor:pointer;border-radius:16px;transition:transform .35s,box-shadow .35s;overflow:hidden;box-shadow:0 10px 40px #00000014}.recent-project-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00285526}.recent-project-card__img-wrap{aspect-ratio:4/3;position:relative;overflow:hidden}.recent-project-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.recent-project-card:hover .recent-project-card__img{transform:scale(1.08)}.recent-project-card__overlay{opacity:0;background:linear-gradient(#0000 50%,#002855d9 100%);flex-direction:column;justify-content:flex-end;align-items:center;padding:24px;transition:opacity .3s;display:flex;position:absolute;inset:0}.recent-project-card:hover .recent-project-card__overlay{opacity:1}.recent-project-card__overlay .recent-project-card__category{color:var(--primary-yellow);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:12px;font-weight:800}.recent-project-card__view{color:var(--white);align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.recent-project-card__view i{font-size:18px}.recent-project-card__content{padding:20px 24px}.recent-project-card__cat-badge{color:var(--primary-blue);text-transform:uppercase;letter-spacing:.06em;background:#00285514;border-radius:6px;margin-bottom:10px;padding:6px 12px;font-size:11px;font-weight:800;display:inline-block}.recent-project-card__title{font-family:var(--font-geologica),sans-serif;color:var(--text-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:17px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.recent-projects-cta-wrap{padding:0 0 64px}.recent-projects-cta-box{background:linear-gradient(135deg,var(--primary-blue)0%,#0c3d6e 100%);text-align:center;border-radius:20px;padding:48px 40px;box-shadow:0 20px 60px #00285540}.recent-projects-cta__title{font-family:var(--font-geologica),sans-serif;color:var(--white);margin:0 0 12px;font-size:clamp(22px,3vw,28px);font-weight:800}.recent-projects-cta__text{color:#ffffffe6;max-width:520px;margin:0 auto 24px;font-size:16px}.recent-projects-cta__btn{background:var(--primary-yellow);color:var(--primary-blue);border-radius:50px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:800;text-decoration:none;transition:background .2s,transform .15s,color .2s;display:inline-flex}.recent-projects-cta__btn:hover{background:var(--white);color:var(--primary-blue);text-decoration:none;transform:translateY(-2px)}.recent-projects-lightbox{z-index:9999;background:#000000eb;justify-content:center;align-items:center;padding:24px;animation:.25s rp-lightbox-in;display:flex;position:fixed;inset:0}@keyframes rp-lightbox-in{0%{opacity:0}to{opacity:1}}.recent-projects-lightbox__close{width:48px;height:48px;color:var(--white);cursor:pointer;z-index:10;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:22px;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.recent-projects-lightbox__close:hover{background:#ffffff40}.recent-projects-lightbox__content{background:var(--white);border-radius:16px;width:100%;max-width:1000px;animation:.3s rp-lightbox-content;overflow:hidden;box-shadow:0 30px 80px #0006}@keyframes rp-lightbox-content{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.recent-projects-lightbox__img-wrap{aspect-ratio:16/10;position:relative;overflow:hidden}.recent-projects-lightbox__img{object-fit:contain;background:#111;width:100%;height:100%}.recent-projects-lightbox__meta{padding:24px 28px}.recent-projects-lightbox__category{background:var(--primary-blue);color:var(--primary-yellow);text-transform:uppercase;letter-spacing:.08em;border-radius:6px;margin-bottom:10px;padding:6px 14px;font-size:11px;font-weight:800;display:inline-block}.recent-projects-lightbox__title{font-family:var(--font-geologica),sans-serif;color:var(--text-dark);margin:0;font-size:20px;font-weight:700;line-height:1.4}@media (max-width:900px){.recent-projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width:768px){.recent-projects-hero{min-height:360px}.recent-projects-hero__container{padding:48px 20px 40px}.recent-projects-hero__stats{gap:32px}.rp-stat__number{font-size:2rem}.recent-projects-filters{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.recent-projects-filter-btn{scroll-snap-align:start;flex-shrink:0}.recent-projects-grid{grid-template-columns:1fr;gap:24px}.recent-projects-cta-box{padding:36px 24px}.recent-projects-lightbox__content{max-height:90vh;overflow-y:auto}.recent-projects-lightbox__close{width:44px;height:44px;font-size:18px;top:12px;right:12px}}.recent-projects-content{text-align:center}.recent-projects-cta{margin-top:32px}@media (max-width:768px){.legal-page-content{padding:28px 24px}.service-area-grid{grid-template-columns:1fr}}
