/*
Theme Name: DigitalDream
Theme URI: https://example.com/digitaldream
Author: DigitalDream
Author URI: https://example.com
Description: AI-powered YouTube thumbnail generator - modern landing page theme built with Tailwind CSS and Plus Jakarta Sans.
Version: 1.0.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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digitaldream
Tags: landing-page, one-page, custom-logo, full-width-template, translation-ready
*/

/* ─── Global ─────────────────────────────────────────────── */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ─── Section Gradients ──────────────────────────────────── */
.hero-gradient {
    background: radial-gradient(circle at top center, rgba(255, 95, 46, 0.15) 0%, rgba(255, 255, 255, 0) 50%);
}

.testimonial-gradient {
    background: linear-gradient(180deg, rgba(255, 95, 46, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.pricing-gradient {
    background: linear-gradient(180deg, rgba(255, 95, 46, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.bottom-cta-bg {
    background-size: cover;
    background-position: center;
}

/* ─── WordPress Core Overrides ───────────────────────────── */
.wp-custom-logo img {
    height: 2rem;
    width: auto;
}

.alignwide {
    max-width: 90vw;
}

.alignfull {
    max-width: 100vw;
    width: 100%;
}

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