/*
Theme Name: COAN Hostinger Theme
Theme URI: https://example.com/
Author: ChatGPT
Author URI: https://example.com/
Description: Simple ministry / church theme for COAN (Church of All Nations), built for Hostinger WordPress hosting. Includes Sermons, Events, and Donation CTA.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: coan-hostinger
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f8f8f8;
  color: #222;
}

a {
  color: #0054a6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  background: #0b1830;
  color: #fff;
  padding: 10px 0;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.main-nav a {
  color: #fff;
  font-weight: 500;
}

.hero {
  background: url('https://via.placeholder.com/1400x500') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  position: relative;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  inset: 0;
}

.hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.btn-primary {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 4px;
  background: #f4b400;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}

.btn-secondary {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}

.section {
  padding: 40px 20px;
}

.section.bg-light {
  background: #ffffff;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.grid-3 {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.card h3 {
  margin-top: 0;
}

.site-footer {
  background: #0b1830;
  color: #fff;
  padding: 20px 0;
  margin-top: 40px;
  font-size: 0.9rem;
}

.site-footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.post-meta {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 10px;
}
