/*
Theme Name: A99-R44
Theme URI: https://aiwp.exclusivebonusblog.com/
Author: AI WP
Author URI: https://aiwp.exclusivebonusblog.com/
Description: Secure, high-quality, and fully dynamic landing theme designed for elite-tier software and digital asset distribution.
Version: 1.0.0
Requires at least: 7.0
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a99-r44
Tags: block-styles, custom-colors, custom-menu, featured-images, one-column, translation-ready
*/

:root {
    --bg-main: #ffffff;
    --bg-secondary: #f5f5f7;
    --text-main: #1d1d1f;
    --text-muted: #86868b;
    --accent-blue: #0066cc;
    --border-color: #d2d2d7;
    --card-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    --card-shadow-hover: 0 12px 32px rgba(0, 0, 0, 0.08);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-main);
    color: var(--text-main);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--accent-blue);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #005bb5;
}