
/*
Theme Name: VisaTools
Theme URI: https://visatools.ca
Author: VisaTools
Author URI: https://visatools.ca
Description: Lightweight Tailwind-powered landing theme for VisaTools — Your Visa, Your Rules. Includes CPT for offerings (DIY Kits, Micro Help, Full Services), shortcode buy buttons, and a polished one-page homepage.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: visatools
Tags: tailwind, landing, one-page, responsive
*/

:root{
  --vt-blue:#1e3a8a;
  --vt-orange:#f97316;
  --vt-green:#22c55e;
}
html{scroll-behavior:smooth;}
body{font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';}
/* helper animations */
.animate-fade-in-down{animation:fadeInDown .6s ease both;}
.animate-fade-in-up{animation:fadeInUp .6s ease both;}
@keyframes fadeInDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* Navigation fallback styling for WP menus */
.menu-primary-container ul{display:flex;gap:1rem;align-items:center;}
.menu-primary-container a{color:#374151;text-decoration:none}
.menu-primary-container a:hover{color:#2563eb}
