/*
Theme Name: VirtualNest Theme
Theme URI: https://myvirtualnest.com
Author: OpenAI for Vee
Description: Editable WordPress theme inspired by the VirtualNest homepage design. Includes homepage, pages, blog, archives, menus, widget areas, and reusable SaaS styling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: virtualnest-theme
*/

/* Core theme stylesheet is loaded from assets/css/main.css */

/* Optional homepage editor content section */
.homepage-extra-content .home-editable-content__inner {
	max-width: 860px;
	margin: 0 auto;
}

.homepage-extra-content .home-editable-content__inner h1,
.homepage-extra-content .home-editable-content__inner h2,
.homepage-extra-content .home-editable-content__inner h3,
.homepage-extra-content .home-editable-content__inner h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.homepage-extra-content .home-editable-content__inner p,
.homepage-extra-content .home-editable-content__inner ul,
.homepage-extra-content .home-editable-content__inner ol {
	margin-bottom: 1rem;
}

.latest-posts-actions {
	padding-top: 28px;
	text-align: center;
}

/*
 * Color lock overrides:
 * Keeps the intended palette even if a cache/minifier serves older main.css output.
 */
body {
	background: #edf1f9 !important;
}

.site-header.is-scrolled,
.site-header.is-open {
	background: rgba(255, 255, 255, 0.92) !important;
}

.hero-section {
	background: #edf1f9 !important;
}

.hero-copy h1 span,
.tools-section .section-head h2 span {
	background: linear-gradient(135deg, #2563eb, #6366f1) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	color: transparent !important;
}

.vn-btn--primary,
.header-tool-btn {
	background: linear-gradient(135deg, #2563eb, #6366f1) !important;
	color: #ffffff !important;
}

.hero-stats-section,
.home-cta-section {
	background: linear-gradient(90deg, #0f766e 0%, #0f172a 100%) !important;
}

.tool-card--blue::before { background: #3b82f6 !important; }
.tool-card--violet::before { background: #a855f7 !important; }
.tool-card--green::before { background: #22c55e !important; }
.tool-card--orange::before { background: #f97316 !important; }
