.tools-showcase-page{background:#f8fafc}.tools-showcase-hero{background:linear-gradient(135deg,#667eea,#764ba2)}.tools-category-section{margin-bottom:4rem}.category-header{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #3b82f6}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.tool-card{background:white;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:all .2s ease;display:flex;flex-direction:column;align-items:center}.tool-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#3b82f6}.tool-card-locked{opacity:.7;cursor:not-allowed}.tool-card-locked:hover{transform:none;border-color:#e5e7eb}.tool-card-icon{color:#3b82f6;margin-bottom:1rem}.tool-card-name{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem}.tool-card-description{font-size:.9375rem;color:#6b7280;margin-bottom:1.5rem;flex-grow:1;line-height:1.6}.tool-card-link{color:#3b82f6;text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s ease}.tool-card-link:hover{color:#2563eb;text-decoration:underline}.cta-section{background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;border-radius:12px;padding:3rem 2rem;text-align:center;margin:3rem 0}.cta-section h2{color:white;margin-bottom:1rem}.cta-section p{color:rgba(255,255,255,.95);font-size:1.125rem;margin-bottom:2rem}.btn{padding:.875rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-primary{background:white;color:#3b82f6}.btn-primary:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-outline{background:rgba(255,255,255,.2);color:white;border:2px solid white}.btn-outline:hover{background:rgba(255,255,255,.3)}.btn-large{padding:1rem 2.5rem;font-size:1.25rem}@media (max-width:768px){.tools-grid{grid-template-columns:1fr}.tool-card{padding:1.5rem}.cta-section{padding:2rem 1.5rem}}