.projects-section{padding:4rem 5%;text-align:center;background:radial-gradient(circle at top left,rgba(83,22,148,.24),transparent 10%),radial-gradient(circle at bottom right,rgba(181,4,181,.06),transparent 20%),linear-gradient(to bottom right,#1b0033,#340060);position:relative;z-index:1;overflow:hidden}.section-title{font-size:2.5rem;margin-top:1px;font-weight:800;margin-bottom:2.5rem;color:#fdf}.projects-grid.two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:3rem;justify-items:center;align-items:start;margin-top:2rem;margin-bottom:4rem}.project-card{background:#ffffff14;border-radius:18px;padding:1.5rem;max-width:450px;color:#fff;box-shadow:0 8px 25px #0000004d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .4s ease,box-shadow .4s ease;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:-30%;left:-30%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.08),transparent 70%);transform:rotate(25deg);pointer-events:none;transition:all .4s ease}.project-card:hover:before{transform:rotate(0) scale(1.2)}.project-card:hover{transform:translateY(-6px) rotateX(2deg);box-shadow:0 12px 30px #00000080,0 0 15px #ffddff26}.project-card h3{font-size:1.6rem;margin-bottom:.5rem;color:#ffe6fa}.project-card .tags{font-size:.9rem;color:#ffccf2;margin-bottom:1rem;font-weight:700;letter-spacing:.5px}.project-card p{font-size:.95rem;color:#f1f1f1;margin-bottom:1rem;line-height:1.5}.project-card .btn{display:inline-block;padding:.5rem 1.1rem;background:linear-gradient(to right,#6c2bd9,#b455f7);color:#fff;border-radius:14px;text-decoration:none;font-weight:700;box-shadow:0 3px 10px #6c2bd966;transition:background .3s ease,transform .3s ease}.project-card .btn:hover{background:linear-gradient(to right,#875af5,#c17fff);transform:scale(1.05)}.gallery-section{margin-top:3rem;padding:3rem 6%;text-align:center;background:radial-gradient(circle at top left,rgba(83,22,148,.15),transparent 10%),radial-gradient(circle at bottom right,rgba(181,4,181,.05),transparent 20%);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.gallery-section .section-title{font-size:2rem;margin-bottom:.3rem;color:#fdf}.gallery-subtitle{font-size:1rem;color:#c9b8d8;margin-bottom:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;justify-items:center;padding:0 2rem}.gallery-grid img{width:100%;max-width:380px;border-radius:14px;box-shadow:0 8px 25px #00000059;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gallery-grid img:hover{transform:scale(1.05);border-color:#ffddff59;box-shadow:0 10px 35px #ffddff40}
