/*
Theme Name: Growth 365
Theme URI: https://seo365days.com
Author: Growth 365 Team
Author URI: https://seo365days.com
Description: Growth 365 Business OS - Complete platform for SEO, Google Reviews, AI Search, Email & WhatsApp campaigns for local businesses.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: growth365
Tags: custom-logo, custom-menu, featured-images, translation-ready
*/

* { box-sizing: border-box; }
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    background: #f1f5f9;
    color: #1e293b;
    line-height: 1.6;
}
a { color: #0f766e; text-decoration: none; }
a:hover { color: #0d9488; }

.site-header {
    background: #0f172a;
    color: #fff;
}
.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-branding a {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}
.site-branding a span { color: #2dd4bf; }
.main-navigation a {
    color: #94a3b8;
    margin-left: 22px;
    font-size: 0.95rem;
    font-weight: 500;
}
.main-navigation a:hover { color: #fff; }

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px;
    min-height: calc(100vh - 160px);
}

.hero {
    text-align: center;
    padding: 70px 20px;
}
.hero h1 {
    font-size: 2.7rem;
    font-weight: 800;
    margin: 0 0 14px;
    color: #0f172a;
}
.hero h1 span { color: #0f766e; }
.hero p {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 540px;
    margin: 0 auto 28px;
}
.btn-primary {
    display: inline-block;
    background: #0f766e;
    color: #fff !important;
    padding: 13px 30px;
    border-radius: 9px;
    font-weight: 600;
}
.btn-primary:hover { background: #0d9488; }

.site-footer {
    background: #0f172a;
    color: #94a3b8;
    text-align: center;
    padding: 28px 20px;
    font-size: 0.9rem;
}

/* Dashboard styles */
.dashboard-wrap {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 24px;
}
.dash-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
}
.dash-card h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}
.dash-card p {
    margin: 0;
    font-size: 0.85rem;
    color: #64748b;
}
.dash-card .number {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f766e;
    margin-top: 8px;
}
