/*
Theme Name: CyCure Solutions
Theme URI: https://cycure-solutions.com
Author: CyCure Solutions
Description: Maßgeschneidertes Cyber-Security Theme mit Live-Canvas und Tailwind.
Version: 1.0
Text Domain: cycure-theme
*/

html, body {
    background-color: #0b0f17 !important;
    color: #f8fafc !important;
    font-family: 'Inter', sans-serif !important;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.cyber-grid-bg {
    background-color: #0b0f17 !important;
    background-image: 
        radial-gradient(circle at 20% 15%, rgba(56, 189, 248, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 65%, rgba(59, 130, 246, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 50% 90%, rgba(239, 68, 68, 0.08) 0%, transparent 40%),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) !important;
    background-size: 100% 100%, 100% 100%, 100% 100%, 40px 40px, 40px 40px !important;
}

#cyberCanvas {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0 !important;
    pointer-events: none;
}

.glass-panel {
    background: rgba(17, 24, 39, 0.92) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
}

.glass-panel-hover {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-panel-hover:hover {
    border-color: rgba(56, 189, 248, 0.8) !important;
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.25);
    transform: translateY(-2px);
}

.glow-cyan {
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
}

/* Erzwingt absolute Sichtbarkeit für das Wort im Hero-Bereich */
h1 span {
    color: #38bdf8 !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-text-fill-color: #38bdf8 !important;
}

/* ==========================================
   Zentrale Formular-Stile (Contact Form 7)
   ================================---------- */
.cyber-form-container input[type="text"],
.cyber-form-container input[type="email"],
.cyber-form-container input[type="tel"],
.cyber-form-container textarea,
.cyber-form-container select {
    width: 100% !important;
    background-color: #0b0f17 !important;
    border: 1px solid #334155 !important;
    border-radius: 0.75rem !important;
    padding: 0.75rem 1rem !important;
    color: #f8fafc !important;
    font-size: 0.875rem !important;
    outline: none !important;
    transition: border-color 0.2s !important;
}

.cyber-form-container input[type="text"]:focus,
.cyber-form-container input[type="email"]:focus,
.cyber-form-container input[type="tel"]:focus,
.cyber-form-container textarea:focus,
.cyber-form-container select:focus {
    border-color: #38bdf8 !important;
}

.cyber-form-container input[type="submit"] {
    width: 100%;
    background-color: #38bdf8 !important;
    color: #0b0f17 !important;
    font-weight: 600 !important;
    padding: 0.875rem 1.5rem !important;
    border-radius: 0.75rem !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
}

.cyber-form-container input[type="submit"]:hover {
    background-color: #7dd3fc !important;
}

.cyber-form-container label {
    display: block;
    font-size: 0.75rem;
    font-family: monospace;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
}

.cyber-form-container .wpcf7-form p {
    margin-bottom: 1.25rem;
}

.cyber-form-container .wpcf7-response-output {
    border-color: #334155 !important;
    border-radius: 0.75rem !important;
    font-size: 0.875rem !important;
    padding: 1rem !important;
    margin-top: 1rem !important;
    color: #f8fafc !important;
}

.cyber-form-container select option {
    background-color: #111827 !important;
    color: #f8fafc !important;
}