/*
Theme Name: SEOToolkit
Theme URI: https://example.com
Author: BusinessToMark
Description: A free, all-in-one SEO tools hub theme - a live word/character counter, a sitemap and meta-tag generator, and a searchable, category-filterable directory of major SEO tools (keyword research, site audit, backlink analysis, traffic intelligence) with clear free/paid badges and nofollow external links to paid providers. Built on Tailwind CSS via CDN.
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
Text Domain: seotoolkit
*/

* { scroll-behavior: smooth; }
.card-hover { transition: all .2s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(41,82,227,.12); }
.tab-active { background: #2952e3 !important; color: #fff !important; }
::-webkit-scrollbar { height: 6px; width: 6px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
