.projects-section{background:var(--background)}.projects-container{max-width:1280px;margin:0 auto}.projects-header{text-align:center;margin-bottom:4rem}.projects-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}@media (min-width:768px){.projects-title{font-size:3rem}}.projects-description{font-size:1.125rem;color:var(--muted-foreground);max-width:600px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@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{border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(139,122,184,.25)}.project-card-content{padding:2rem;display:flex;flex-direction:column;gap:1rem;height:100%}.project-card-title{font-size:1.5rem;font-weight:700;color:var(--foreground);margin:0}.project-card-description{font-size:.9375rem;color:var(--muted-foreground);line-height:1.6;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tag{font-size:.75rem;padding:.375rem .75rem;background:var(--muted);color:var(--primary);border-radius:.375rem;font-weight:500;border:1px solid var(--primary)}.project-card-actions{display:flex;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.project-card-link{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:var(--primary);text-decoration:none;transition:gap .2s ease}.project-card-link:hover{gap:.75rem}.project-details-container{max-width:900px;margin:0 auto;padding:6rem 1.5rem}.project-title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(to right,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.project-subtitle{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:2rem}.project-description{font-size:1.125rem;line-height:1.7;color:var(--foreground);margin-bottom:2rem}.project-features{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:.75rem}.project-features li{font-size:1rem;color:var(--muted-foreground);padding-left:1.5rem;position:relative}.project-features li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.project-demo-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;background:var(--primary);color:var(--primary-foreground);text-decoration:none;border-radius:.5rem;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 4px 16px rgba(139,122,184,.25)}.project-demo-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(139,122,184,.35);background:#7a6aa5}