.card-icone{background-color:#eab3081f;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.card-title{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.card-subtitle{font-family:Cabin;font-size:.8rem}
.prt-section{padding:5rem 0}.prt-header{margin-bottom:3rem}.prt-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.prt-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.prt-grid{grid-template-columns:1fr}}.prt-card{border:1px solid var(--border);background:var(--card);color:inherit;border-radius:1.5rem;flex-direction:column;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.prt-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 40px #0000004d;box-shadow:0 12px 40px lab(0% 0 0/.3)}.prt-logo-wrapper{background:var(--secondary);border-bottom:1px solid var(--border);justify-content:center;align-items:center;height:12rem;padding:1.5rem 2rem;display:flex}.prt-logo{object-fit:contain;max-width:100%;max-height:100%}.prt-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.prt-role{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:.5rem;font-family:monospace;font-size:.625rem;font-weight:700}.prt-name{letter-spacing:-.02em;color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.prt-desc{color:var(--muted-foreground);font-size:.9rem;line-height:1.65}.prt-footer{border-top:1px solid var(--border);padding:1rem 1.5rem}.prt-link{color:var(--primary);align-items:center;gap:.35rem;font-size:.875rem;font-weight:700;display:inline-flex}.prt-arrow{transition:transform .2s}.prt-card:hover .prt-arrow{transform:translate(2px,-2px)}
