/*
Theme Name: Sooliva Theme
Theme URI: https://stwosh.com.tr/
Author: STWOSH
Author URI: https://stwosh.com.tr/
Description: Sooliva B2B Sales Platform - Modern SaaS landing page teması. Dark theme, glassmorphism navbar, animated backgrounds ve premium tasarım.
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: sooliva-theme
Tags: dark-mode, modern, saas, landing-page, one-page, custom-colors, full-width-template
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Base Styles - Tailwind ile derlenecek */

/* Email Assistant Toggle Styles */
.bg-input {
    background-color: hsl(217.2 32.6% 17.5%) !important;
}

.email-assistant-toggle {
    background-color: hsl(217.2 32.6% 17.5%);
    transition: background-color 300ms;
}

.email-assistant-toggle.bg-blue-500 {
    background-color: rgb(59 130 246) !important;
}

.email-assistant-toggle .email-assistant-knob {
    transition: transform 300ms;
    transform: translateX(0);
}

.email-assistant-toggle .email-assistant-knob.translate-x-4 {
    transform: translateX(1rem);
}

.pricing-amount {
    transition: all 300ms ease-out;
}
