/*
Theme Name: SaaS Dashboard Theme
Theme URI: https://example.com/saas-theme
Author: AI SaaS
Author URI: https://example.com
Description: WordPress theme for AI SaaS dashboard with tools from saas-dashboard app.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saas-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, responsive-layout
*/

body{margin:0;font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; background:#f6f8ff; color:#1a1a1a;}
.container{max-width:1200px; margin:0 auto; padding:1.5rem;}
header.site-header{background:#155DEE;color:#fff;padding:1rem 0;box-shadow:0 4px 20px rgba(0,0,0,.1);}
.site-title{font-size:1.75rem; margin:0;}
.site-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:1rem;}
.site-nav a{color:#fff;text-decoration:none;font-weight:600;}
.hero{padding:4rem 0;text-align:center;}
.hero h1{font-size:2.25rem;margin-bottom:.75rem;}
.hero p{font-size:1.1rem;color:#eef3ff;margin-bottom:1.25rem;}
.tools-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));}
.tool-card{background:#fff;border-radius:14px;border:1px solid #e6eaf8;padding:1rem;box-shadow:0 4px 16px rgba(16, 20, 32, .08);}
.tool-card h3{margin:0 .5rem .5rem .5rem;}
.tool-card p{margin:.25rem .5rem .75rem .5rem;color:#5a6776;}
.tool-card a{display:inline-block;margin:.5rem; padding:.55rem 1rem;background:#155DEE;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;}
footer.site-footer{background:#0f1f50;color:#c9d6f3;text-align:center;padding:1.25rem 0;margin-top:2rem;font-size:.95rem;}
