.portfolio-section{background:linear-gradient(135deg,#fafafa,#f0f8ff);position:relative;overflow:hidden}.portfolio-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(58,175,170,.03),rgba(42,122,120,.06));pointer-events:none}.portfolio-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.portfolio-header{text-align:center;margin-bottom:6rem}.portfolio-section__title{font-family:Bebas Neue,sans-serif;font-size:5.2rem;font-weight:700;color:var(--primary-4);margin-bottom:2rem;letter-spacing:3px;text-transform:uppercase;background:linear-gradient(135deg,var(--primary-3) 0,var(--primary-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portfolio-section__subtitle{font-size:2.2rem;font-weight:500;color:var(--primary-4);max-width:700px;margin:0 auto 1.5rem;line-height:1.4;position:relative}.portfolio-section__subtitle:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(135deg,var(--primary-2) 0,var(--primary-3) 100%);margin:2rem auto 0}.section-subtitle{font-family:Bebas Neue,sans-serif;font-size:3.2rem;color:var(--primary-4);margin-bottom:3rem;text-transform:uppercase;letter-spacing:2px;font-weight:600}.featured-projects{margin-bottom:8rem}.featured-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:4rem;gap:4rem}.featured-grid,.portfolio-grid{display:grid;margin-bottom:4rem}.portfolio-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:3rem;gap:3rem}.other-projects{margin-bottom:4rem}.portfolio-cta{margin-top:50px;display:flex;justify-content:center}.portfolio-cta button{display:block;padding:17px 60px 16px;font-size:18px;line-height:normal;font-family:Bebas Neue;color:#000;text-decoration:none;border:1px solid #000;transition:all .3s ease-in-out;background:transparent;cursor:pointer}.portfolio-cta button:hover{background:#000;color:#fff}.project{background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .4s ease;position:relative;border:1px solid rgba(58,175,170,.1)}.project:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.project--featured{border:2px solid var(--primary-2);position:relative}.project--featured:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(58,175,170,.05),rgba(42,122,120,.08));pointer-events:none;z-index:1}.project__imgdiv{position:relative;overflow:hidden;height:280px}.project--featured .project__imgdiv{height:320px}.project__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project__img--contain{object-fit:contain;object-position:center;background:#f8fafc}.project:hover .project__img{transform:scale(1.05)}.project:hover .project__img--contain{transform:none}.project__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(42,122,120,.9),rgba(58,175,170,.8));display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.project:hover .project__overlay{opacity:1}.project__actions{display:flex;gap:1.5rem;flex-direction:column;align-items:center}.project__action-btn{background:#fff;color:var(--primary-4);padding:1rem 2rem;text-decoration:none;font-weight:600;font-size:1.3rem;transition:all .3s ease;box-shadow:0 4px 15px hsla(0,0%,100%,.3);border:2px solid transparent}.project__action-btn:hover{background:transparent;color:#fff;border-color:#fff;transform:translateY(-2px)}.project__action-btn--secondary{background:transparent;color:#fff;border:2px solid #fff}.project__action-btn--secondary:hover{background:#fff;color:var(--primary-4)}.projectC{padding:2.5rem;position:relative;z-index:2}.project--featured .projectC{padding:3rem}.projectC__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.projectC__title{font-family:Bebas Neue,sans-serif;font-size:2.4rem;color:var(--primary-4);margin:0;letter-spacing:1px;text-transform:uppercase;font-weight:600}.project--featured .projectC__title{font-size:2.8rem}.project__featured-badge{background:linear-gradient(135deg,var(--primary-2) 0,var(--primary-3) 100%);color:#fff;padding:.5rem 1.2rem;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.project__tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.project__tag{background:var(--primary-1);color:var(--primary-4);padding:.6rem 1.2rem;font-size:1.2rem;font-weight:500;border:1px solid rgba(58,175,170,.2);transition:all .3s ease}.project__tag:hover{background:var(--primary-2);color:#fff;transform:translateY(-1px)}.projectC__skills p{font-size:1.6rem;line-height:1.6;color:#555;margin-bottom:2rem;font-weight:400}.project--featured .projectC__skills p{font-size:1.7rem}.projectC__btn{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-top:auto}.projectC__btn a{flex:0 1 auto}.content__btn--project{width:150px;margin:0;height:4.3rem;font-size:1.6rem;padding:.78rem 1.1rem;transition:all .3s ease}.content__btn--project:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(42,122,120,.3)}@media screen and (max-width:1399px){.featured-grid,.portfolio-grid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2.5rem}}@media screen and (max-width:768px){.portfolio-container{padding:0 1.5rem}.portfolio-section__title{font-size:4rem}.portfolio-section__subtitle{font-size:1.9rem;margin-bottom:1rem}.section-subtitle{font-size:2.8rem}.featured-grid,.portfolio-grid{grid-template-columns:1fr;gap:2rem}.project--featured .project__imgdiv,.project__imgdiv{height:220px}.project--featured .projectC,.projectC{padding:2rem}.projectC__title{font-size:2.2rem}.project--featured .projectC__title{font-size:2.4rem}.projectC__btn{flex-direction:column;gap:1rem}.projectC__btn a{flex:1 1}.content__btn--project{width:100%;height:4.2rem;font-size:1.4rem;width:100px;padding:.8rem 1.2rem}.project__actions{flex-direction:row;gap:1rem}}@media screen and (max-width:480px){.portfolio-section__title{font-size:3.2rem}.portfolio-section__subtitle{font-size:1.7rem}.project--featured .projectC__skills p,.projectC__skills p{font-size:1.5rem}.project__tag{font-size:1.1rem;padding:.5rem 1rem}.content__btn--project{height:4.2rem;font-size:1.3rem;padding:.7rem 1rem;width:100px}}.schedule{padding:15rem;background-color:#006bff;display:flex;align-items:center;justify-content:flex-start}.schedule__logo{width:22rem;height:55px}.schedule__content{margin-left:5rem}.schedule h2{margin-bottom:3rem;font-size:36px;font-family:Bebas Neue,sans-serif;font-style:normal;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:0;text-align:left;line-height:1;margin-left:1rem}@media only screen and (max-width:992px){.schedule{flex-direction:column;justify-content:center;align-items:center;padding:15rem 0}}@media only screen and (min-width:1400px){.schedule{justify-content:center}}@media only screen and (max-width:992px){.schedule__logo{width:18rem;height:45px}.schedule__content{text-align:center;margin-left:0;margin-top:2rem}.schedule__content>h2{font-size:2rem!important}}.upwork{padding:15rem;background-color:#13544e;color:#fff;display:flex;align-items:center;justify-content:flex-start}.upwork__logo{width:22rem;height:65.7188px}.upwrok__content{margin-left:5rem}.upwork h2{margin-bottom:3rem;font-size:36px;font-family:Bebas Neue,sans-serif;font-style:normal;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:0;text-align:left;line-height:1;margin-left:1rem}@media only screen and (max-width:992px){.upwork{flex-direction:column;justify-content:center;align-items:center;padding:15rem 0}}@media only screen and (min-width:1400px){.upwork{justify-content:center}}@media only screen and (max-width:992px){.upwork__logo{width:18rem;height:53.7656px}.upwrok__content{text-align:center;margin-left:0;margin-top:2rem}.upwrok__content>h2{font-size:2rem!important}}