.work-section{padding:6rem 1.5rem;background:linear-gradient(180deg,var(--background) 0,var(--secondary) 100%)}.work-container{max-width:1280px;margin:0 auto}.work-header{text-align:center;margin-bottom:4rem}.work-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}@media (min-width:768px){.work-title{font-size:3rem}}.work-description{font-size:1.125rem;color:var(--muted-foreground);max-width:600px;margin:0 auto}.work-services{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.work-services{grid-template-columns:repeat(3,1fr)}}.service-card{padding:2.5rem 2rem;border-radius:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(139,122,184,.2)}.service-icon{color:var(--primary);margin-bottom:1.5rem}.service-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.service-description{font-size:.9375rem;color:var(--muted-foreground);line-height:1.6}.work-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.work-cta p{font-size:1.25rem;color:var(--foreground);font-weight:500}