body{background-color:#0f001e;margin:0;font-family:Inter,sans-serif}.projects-section{padding:6rem 2rem;background:radial-gradient(circle at 50% 0%,#4a148c 0%,transparent 50%),linear-gradient(to bottom,#120024,#0f001e);min-height:80vh}.section-title{text-align:center;font-size:3.5rem;font-weight:800;margin-bottom:5rem;color:#fff;text-shadow:0 0 25px rgba(181,4,181,.6);letter-spacing:-1px}.projects-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:4rem;row-gap:5rem;max-width:1200px;margin:0 auto}.project-card.featured{grid-column:1 / -1;justify-self:center;max-width:800px;width:100%}.project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:3rem;color:#fff;box-shadow:0 20px 40px #0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between}.project-card:hover{transform:translateY(-8px);border-color:#b455f799;box-shadow:0 25px 50px #0009,0 0 30px #b455f726}.project-card h3{font-size:1.8rem;margin-top:0;margin-bottom:.5rem;background:linear-gradient(to right,#fff,#e0cffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.project-card .tags{font-size:.75rem;color:#b455f7;margin-bottom:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px}.project-card p{font-size:1rem;color:#ccc;line-height:1.7;margin-bottom:2.5rem}.project-card .btn{align-self:flex-start;padding:.8rem 2rem;background:#b455f71a;border:1px solid rgba(180,85,247,.4);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.project-card .btn:hover{background:#b455f7cc;box-shadow:0 0 15px #b455f799}@media (max-width: 900px){.projects-grid{grid-template-columns:1fr;gap:3rem;padding:0 1rem}}.proposal-section{position:relative;width:100%;padding:8rem 0;text-align:center;background:#05000a;overflow:hidden;border-top:1px solid rgba(255,255,255,.1)}.proposal-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,#b455f7,transparent);box-shadow:0 0 20px #b455f7}.proposal-content{max-width:700px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.proposal-section h2{font-size:3rem;color:#fff;margin-bottom:1.5rem}.proposal-section p{font-size:1.2rem;color:#888;margin-bottom:3rem;line-height:1.6}.glow-btn{display:inline-block;padding:1.2rem 3.5rem;background:linear-gradient(90deg,#6200ea,#b455f7);color:#fff;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:700;box-shadow:0 0 25px #6200ea80;transition:transform .2s ease,box-shadow .2s ease}.glow-btn:hover{transform:scale(1.05);box-shadow:0 0 50px #b455f7cc}
