/*
Theme Name: SellerRanker
Theme URI: https://sellerranker.com
Author: SellerRanker
Author URI: https://sellerranker.com
Description: Premium, enterprise-grade marketplace growth agency theme for SellerRanker.com. Built for Amazon, TikTok Shop and Temu growth services with conversion-focused landing pages, lead-capture calculators, case study managers and full schema support.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
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: sellerranker
Tags: business, agency, saas, marketplace, ecommerce, full-site-editing-ready
*/

/*
 * NOTE: The full design system lives in /assets/css/theme.css (enqueued in inc/enqueue.php).
 * This file exists for the WordPress theme header and a small critical-path reset only.
 */

:root {
    --sr-ink-900: #060919;
    --sr-ink-800: #0a0f24;
    --sr-brand-600: #4f46e5;
    --sr-accent: #10e0a0;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: #0f172a;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--sr-brand-600); }

/* Prevent FOUC for scroll-reveal elements before JS boots */
.sr-reveal { opacity: 0; }
.no-js .sr-reveal { opacity: 1; }
