.container{max-width:1200px;margin:auto}.container h1{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#FF006E}.grid{display:grid;gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}}.plugin-presentation{background-color:#1a1a1a;color:#ffffff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.3);max-width:800px;margin:auto}.plugin-presentation h1{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#FB5607;text-transform:uppercase;letter-spacing:2px}iframe{margin:0 auto}.plugin-content{display:flex;flex-direction:column;gap:2rem}.plugin-description{font-size:1rem;line-height:1.5;text-align:justify;padding:1rem;margin:1rem auto;border-radius:8px;box-shadow:inset 0 0 8px rgba(0,0,0,.9);max-width:90%}.plugin-specs{display:flex;justify-content:space-around;align-items:flex-start;flex-wrap:wrap;margin-top:1.5rem;gap:.5rem}.spec-section{text-align:center;margin-bottom:1rem}.spec-section h2{font-size:1rem;margin-bottom:.5rem;color:#FB5607;text-transform:uppercase;letter-spacing:.8px}.spec-section ul{list-style-type:none;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.spec-section li{margin:.5rem}.vst3-logo,.windows-logo{width:48px;height:48px;transition:transform .3s ease,filter .3s ease}.vst3-logo,.windows-logo{filter:invert(1) brightness(.8)}.vst3-logo:hover,.windows-logo:hover{transform:scale(1.1);filter:invert(1) brightness(1)}@media (min-width:480px){.plugin-description{font-size:1.1rem;padding:1.5rem;margin:2rem;border-radius:10px}.spec-section h2{font-size:1.2rem}.vst3-logo,.windows-logo{width:56px;height:56px}}@media (min-width:768px){.plugin-description{font-size:1.2rem;line-height:1.6;max-width:700px}.plugin-specs{justify-content:space-between;gap:1rem}.spec-section h2{font-size:1.3rem;letter-spacing:1px}.vst3-logo,.windows-logo{width:64px;height:64px}}@media (min-width:1024px){.plugin-content{display:flex;flex-direction:row;align-items:flex-start;gap:2rem}.plugin-description{flex:2;margin:2.5rem auto}.plugin-specs{flex:1;flex-direction:column;justify-content:flex-start;align-items:flex-start}.vst3-logo,.windows-logo{width:72px;height:72px}}