/*
Theme Name: INGOUDE
Theme URI: https://ingoude.ae
Author: INGOUDE Technologies
Author URI: https://ingoude.ae
Description: Enterprise-grade AI solutions theme for INGOUDE - Autonomous Revenue Intelligence platform with modern glassmorphism design.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ingoude
Tags: one-column, custom-menu, featured-images, full-width-template, theme-options
*/

/* === Base Styles === */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #030712;
}

::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #374151;
}

.gradient-text {
    background: linear-gradient(135deg, #fff 0%, #0ea5e9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
    filter: blur(60px);
    z-index: -1;
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

/* FAQ Accordion Styles */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    opacity: 0;
}

.faq-item.active .faq-content {
    max-height: 200px;
    opacity: 1;
    padding-bottom: 1.5rem;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    color: #3b82f6;
}

.faq-category-btn.active {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    color: white;
}

/* Ethereal Glow Elements */
.ethereal-glow-top {
    position: absolute;
    top: -10%;
    left: 20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(80px);
}

.ethereal-glow-bottom {
    position: absolute;
    bottom: -5%;
    right: 15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(100px);
}
