/*
Theme Name: Asisten Gereja Pro
Theme URI: https://asistengereja.com/pro
Author: Jaini Munaiseche
Author URI: https://asistengereja.com
Description: Asisten Gereja adalah platform digital modern yang membantu gereja mengelola administrasi jemaat, data keluarga, pelayanan, keuangan, inventaris, komsel, serta operasional gereja secara aman, transparan, dan terintegrasi.
Version: 1.0.0
License: GPL v2
License URI: license.txt
Text Domain: asisten-gereja-pro
Tags: modern, clean, saas, church, landing-page, lightweight, translation-ready

This theme is optimized for Native Gutenberg Blocks and the WordPress Customizer.
No page builders required. Extremely lightweight and SEO optimized out-of-the-box.
*/

/* Custom CSS Variables dynamic from Theme Customizer */
:root {
  --primary-color: #0f172a;
  --secondary-color: #2563eb;
  --font-heading: 'Space Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

body {
  font-family: var(--font-body);
  color: #1e293b;
  background-color: #f8fafc;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-top: 0;
}

/* Base custom interactive effects */
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.gradient-bg {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
}

.glow-effect {
  position: relative;
}
.glow-effect::after {
  content: '';
  position: absolute;
  filter: blur(100px);
  background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  z-index: -1;
  pointer-events: none;
}
