/*
Theme Name: Impact Church Pro
Theme URI: https://impactchurch.cx
Author: OpenAI
Description: A modern WordPress theme for Impact Church with live streaming, sermons, giving, and ministry pages.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: impact-church-pro
*/

body {
    background-color: #050505;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, .font-display {
    font-family: "Outfit", sans-serif;
}

.custom-logo-link,
.custom-logo-link img {
    display: block;
    max-height: 44px;
    width: auto;
}

.glass-panel {
    background: rgba(17, 17, 17, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.text-glow-blue { text-shadow: 0 0 20px rgba(0, 240, 255, 0.3); }
.text-glow-green { text-shadow: 0 0 20px rgba(57, 255, 20, 0.25); }

.bg-grid-pattern {
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 40px 40px;
}

.prose a {
    color: #00f0ff;
}

.prose a:hover {
    color: #ffffff;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 0.65; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.04); }
}

.animate-pulse-glow {
    animation: pulse-glow 7s ease-in-out infinite;
}
