.tool-card{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);margin-bottom:2rem;overflow:hidden;transition:box-shadow .25s,border-color .25s}.tool-card:hover{border-color:var(--accent-green);box-shadow:var(--shadow-hover)}.tool-card-header{display:flex;align-items:center;gap:20px;padding:28px 32px 20px;border-bottom:1px solid var(--border-light);background:linear-gradient(135deg,#f8fafc 0%,#fff 100%)}.tool-logo{max-width:100%;margin-left:auto}.tool-num{flex-shrink:0;width:48px;height:48px;background:var(--brand-blue);color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading)!important;font-weight:800!important;font-size:1.1rem}.tool-card-header h3{margin:0 0 4px;font-size:1.25rem;flex:1}.tool-card-body{padding:24px 32px 28px}.tool-card-body p{margin-bottom:1rem}.tool-meta-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:1.2rem;padding-top:1.2rem;border-top:1px dashed var(--border-light)}.tool-meta-item{display:flex;flex-direction:column;gap:3px}.meta-label{font-family:var(--font-heading)!important;font-size:.68rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-light);font-weight:700!important}.meta-value{font-family:var(--font-body)!important;font-size:.92rem;color:var(--brand-blue);font-weight:600!important}.faq .card.open .faq-chevron{transform:rotate(180deg)}.faq .card.open .card-body{display:block}.tool-logo-slot{flex-shrink:0;width:120px;height:56px;border-radius:14px;border:2px dashed var(--border-light);background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s;position:relative}.tool-card:hover .tool-logo-slot{border-color:rgba(129,181,4,.4)}.tool-logo-slot .logo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;height:100%}.tool-logo-slot .logo-placeholder i{font-size:1.2rem;color:#cbd5e1}.tool-logo-slot .logo-placeholder span{font-size:.55rem;color:#cbd5e1;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-align:center;line-height:1.2}@media (max-width:700px){.tool-card-header{flex-wrap:wrap}}