/*
Theme Name: SmartChat AI Premium SaaS
Theme URI: https://semligo.co
Author: Antigravity AI
Author URI: https://semligo.co
Description: A killer, stunning premium SaaS Landing Page theme customized specifically for the SmartChat WhatsApp AI Agency platform. Features native Customizer support, dynamic Bento Grids, Glassmorphism layouts, and rich dark/light mode integration.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smartchat-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
    --bg-base: #0b0f19;
    --bg-surface: #111827;
    --bg-light: #f8fafc;
    --text-main: #f3f4f6;
    --text-muted: #9ca3af;
    --text-dark: #0f172a;
    --primary: #4f46e5;
    --primary-glow: rgba(79, 70, 229, 0.4);
    --secondary: #ec4899;
    --accent: #10b981;
    --border-glass: rgba(255, 255, 255, 0.08);
}

body {
    font-family: 'Outfit', sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--bg-base);
    color: var(--text-main);
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Global Container */
.smartchat-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Utility Animations */
@keyframes floatAnim {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

@keyframes glowPulse {
    0% { opacity: 0.3; }
    50% { opacity: 0.6; }
    100% { opacity: 0.3; }
}
