@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap";body{margin:0;font-family:Poppins,sans-serif;color:#fff;background-color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;max-width:1400px}.cta{padding:6rem 0;background:linear-gradient(45deg,#3b82f6,#9333ea);text-align:center}.cta__title{font-size:2.5rem;font-weight:700;max-width:600px;margin:0 auto 1.5rem}.cta__subtitle{font-size:1.1rem;max-width:600px;margin:0 auto 2.5rem;color:#e5e7eb}.cta__btn{display:inline-block;padding:1.25rem 3rem;border:none;border-radius:50px;font-size:1rem;font-weight:700;color:#111827;background-color:#fff;cursor:pointer;text-decoration:none;transition:transform .3s,box-shadow .3s}.cta__btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.projects-hero{padding:10rem 0 6rem;text-align:center;background-color:#1a233b;position:relative;overflow:hidden}.projects-hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.05),transparent 40%);animation:rotate-glow 20s linear infinite}@keyframes rotate-glow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.projects-hero__container{position:relative;z-index:2}.projects-hero__title{font-size:3.5rem;font-weight:900;margin-bottom:1rem}.projects-hero__subtitle{font-size:1.2rem;color:#9ca3af;max-width:700px;margin:0 auto 3rem}.projects-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.filter-btn{background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);color:#d1d5db;padding:.75rem 1.5rem;border-radius:50px;font-weight:500;cursor:pointer;transition:background-color .3s,color .3s}.filter-btn:hover{background-color:rgba(59,130,246,.2);color:#fff}.filter-btn.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.projects-section{padding:6rem 0}.projects-grid{display:grid;grid-gap:2.5rem;gap:2.5rem}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background-color:#1a233b;border-radius:8px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:#fff}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.3)}.project-card__image-container{height:250px;overflow:hidden}.project-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card:hover .project-card__image{transform:scale(1.05)}.project-card__content{padding:1.5rem}.project-card__title{font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.project-card__description{color:#9ca3af;line-height:1.6;margin-bottom:1.25rem;font-size:.9rem}.project-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-card__tag{display:inline-block;background-color:rgba(59,130,246,.2);color:#3b82f6;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}